cppcheck News
Static source code analysis tool for C and C++ code
Brought to you by:
danielmarjamaki
Release notes for 1.48
There are no major new features in 1.48. There are more and better checks.
New check: Wrong usage of ! operator in conditions.
Example: if (!x == 0) {
New check: Use "throw" without arguments to rethrow exceptions.
New check: Comparison of substring with string literal will always/never match because size doesn't match.
New check: Postfix increment of boolean
New check: Clarify condition with parantheses (when there are assignment + comparison)
Example: if (a = b > 0) {
Total number of tickets fixed : 141
More details about all the fixed tickets can be found here:
http://sourceforge.net/apps/trac/cppcheck/milestone/1.48