| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| readme.txt | 2013-06-01 | 613 Bytes | |
| cppcheck-1.60.zip | 2013-06-01 | 1.8 MB | |
| cppcheck-1.60.tar.gz | 2013-06-01 | 1.6 MB | |
| cppcheck-1.60.tar.bz2 | 2013-06-01 | 1.3 MB | |
| Totals: 4 Items | 4.7 MB | 0 | |
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.