On Sun, 16 Nov 2003, Tal, Shachar wrote: > Hi all, > > Anyone can recommend or warn against usage of a (preferably Open Source, > otherwise customizable) lint-like tool, for static checking of C++ and/or C# > code? >
There's Splint: http://www.splint.org/ It is useful for C and C++. I tried it and having realized that I need to add a ton of comments just to override a few errors it reported, for which there was nothing wrong, I gave up on using it. Maybe you'll find it useful. Regards, Shlomi Fish > Thanks, > Shachar Tal > Verint Systems > > > > > This electronic message contains information from Verint Systems, which may > be privileged and confidential.The information is intended to be for the > use of the individual(s) or entity named above.If you are not the intended > recipient, be aware that any disclosure, copying, distribution or use of the > contents of this information is prohibited.If you have received this > electronic message in error, please notify us by replying to this email. > > ================================================================= > To unsubscribe, send mail to [EMAIL PROTECTED] with > the word "unsubscribe" in the message body, e.g., run the command > echo unsubscribe | mail [EMAIL PROTECTED] > ---------------------------------------------------------------------- Shlomi Fish [EMAIL PROTECTED] Home Page: http://t2.technion.ac.il/~shlomif/ Writing a BitKeeper replacement is probably easier at this point than getting its license changed. Matt Mackall on OFTC.net #offtopic. ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
