

Cppcheck
23 likes
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.
Cost / License
- Free
- Open Source
Platforms
- Windows
- Linux
- PortableApps.com
- Eclipse
Features
Properties
- Lightweight
Features
- Portable
- C++
Tags
- obsolete-functions
- unused-functions
- c-check
- analysis tool
- errors
- Bugs
- memory-leaks
Cppcheck News & Activities
Highlights All activities
Recent activities
- added Lightweight as a feature to Cppcheck
Cppcheck information
No comments or reviews, maybe you want to be first?
Post comment/reviewWhat is Cppcheck?
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).
Features:
- Out of bounds checking,
- Check the code for each class,
- Checking exception safety,
- Memory leaks checking,
- Warn if obsolete functions are used,
- Check for invalid usage of STL,
- Check for uninitialized variables and unused functions




