http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43882
User: eapache
Date: 2012/07/20 07:43 PM
Log:
Enhancements to the cppcheck script:
- Take command-line arguments of files to check. In this case make output
GCC-like, as it's much more human-readable than the HTML.
- If there are no arguments, provide HTML output for the entire current
directory like before, for use with build-bot integration.
- Don't hack with the CWD to try and get include-paths to work. Cppcheck
will warn already if it can't find them, and since a lot of the checks
still work in any case, a warning is more appropriate than an error or
a hack.
Directory: /trunk/tools/cppcheck/
Changes Path Action
+18 -16 cppcheck.sh Modified