Menu

cppcheck-1.48

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

Posted by Anonymous 2011-04-09

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.