cppcheck News
Static source code analysis tool for C and C++ code
Brought to you by:
danielmarjamaki
New checks:
* actual initialization order of member variables is not the same as the written order. Use --inconclusive and --enable=style to enable this check.
* when first comparison is true, the 2nd comparison is always true. Example: '(x>5 && x!=1)'. Use --enable=style to enable this check.
we fixed many false positives and false negatives in existing checks.
For details, see this list of fixed tickets:
http://sourceforge.net/apps/trac/cppcheck/query?status=closed&group=resolution&milestone=1.51