[issue18521] [cppcheck] Full report

Julien Nabet report at bugs.python.org
Tue Jul 23 18:38:01 CEST 2013


Julien Nabet added the comment:

quotation from
http://en.wikipedia.org/wiki/Cppcheck :
"
Cppcheck is a static code analysis tool for the C and C++ programming languages
"
or from http://cppcheck.sourceforge.net/
"
Cppcheck is a 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).
"

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18521>
_______________________________________


More information about the Python-bugs-list mailing list