This website uses cookies
We use cookies to continuously improve your experience on our site. More info.
Analysis tool for C/C++ code. It detects the types of bugs that the compilers normally fail to detect. The goal is no false positives. It is a versatile tool that can check non-standard code.
First released | 2007 |
Developed by | Daniel Marjamäki |
Latest stable version | V2 |
Open-source | Not defined |
Cppcheck is not designed to detect syntax errors in the source code. Instead it is designed to detect programming errors in the code thus making it defer from compilers which do more checks on syntax errors.