Language

Package: cppcheck @ 1.89

Synopsis

Static C/C++ code analyzer

Description

Cppcheck is a static code analyzer for C and C++. 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).

Home page
http://cppcheck.sourceforge.net
Location
gnu/packages/check.scm (line: 311, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings