Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
cppcheck-1.51-x86-Setup.msi | 2011-10-11 | 8.8 MB | |
readme.txt | 2011-10-08 | 510 Bytes | |
cppcheck-1.51.zip | 2011-10-08 | 1.3 MB | |
cppcheck-1.51.tar.gz | 2011-10-08 | 1.2 MB | |
cppcheck-1.51.tar.bz2 | 2011-10-08 | 920.2 kB | |
Totals: 5 Items | 12.2 MB | 0 |
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