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 <rep...@bugs.python.org>
<http://bugs.python.org/issue18521>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to