- Freeware
- - Development
- - Other
- - Cppcheck
Cppcheck 2.0 freeware
Cppcheck is an static analysis tool for C/C++ code. Unlike C/C++ compilers and many other analysis tools it does not detect syntax errors in the code. Cppcheck primarily detects the types of bugs that the compilers normally do not detect. The goal is to detect only real errors in the code (i.e. have zero false positives). ...
Author | Daniel Marjamäki |
Released | 2020-05-11 |
Filesize | 9.70 MB |
Downloads | 1679 |
OS | Windows XP, Windows Vista, Windows Vista x64, Windows 7, Windows 7 x64, Windows 8, Windows 8 x64 |
Installation | Instal And Uninstall |
Keywords | check source code, source code analyzer, source code checker, analyzer, source code, syntax |
Users' rating (30 rating) |
Cppcheck Free Download - we do not host any Cppcheck torrent files or links of Cppcheck on rapidshare.com, depositfiles.com, megaupload.com etc. All Cppcheck download links are direct Cppcheck download from publisher site or their selected mirrors.
2.0 | May 11, 2020 | New Release | Several fixes to: improve parsing detect more bugs with existing checks fix false alarms |
1.90 | Dec 23, 2019 | New Release | New check: alias to vector element invalid after vector is changed Improved checking improved value flow analysis for struct members |
1.89 | Sep 3, 2019 | New Release | Command line: The default warning message format was changed. The new format is similar to GCC. If you want to get warnings in the old format, add --template=cppcheck1 to the command line. Compiling: From now on, use FILESDIR instead of CFGDIR to specify the path for Cppcheck data files. The readme.txt describes the available flags. Improved checking: improved value flow analysis for pointer aliases improved checking for uninitialized variables/structs better checking of smart pointers better checking of global variables Added Cppcheck annotations __cppcheck_low__(VALUE) and __cppcheck_high__(VALUE) shadow variables; warn when argument is shadowed warn if local reference variable can be const |