Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
cppcheck-1.60.1-x86-Setup.msi | 2013-06-02 | 6.0 MB | |
readme.txt | 2013-06-02 | 637 Bytes | |
cppcheck-1.60.1.zip | 2013-06-02 | 1.8 MB | |
cppcheck-1.60.1.tar.gz | 2013-06-02 | 1.6 MB | |
cppcheck-1.60.1.tar.bz2 | 2013-06-02 | 1.3 MB | |
Totals: 5 Items | 10.7 MB | 0 |
1.60.1: Bug fix in compiled patterns. 1.60: new checks: * dereference iterator and then checking it in condition: 'if (std::isalpha(*i) && i != str.end()) { }' * calling pure virtual function from constructor/destructor * assert() condition calls function with side effects improved checking: * improved struct member leaks checking * improved handling of variable initialisation in 'reassignment of variable (first assignment is redundant)' check * better 'Prefer prefix ++/-- operators' checking for iterators * handle more complicated patterns in checkIncorrectStringCompare Lots of false positives and bugs have been fixed.