Cppcheck is an analysis tool for C/C++ code. Unlike C/C++ -compilers and many other analysis tools, it don't detect syntax errors. Cppcheck -only detects the types of bugs that the compilers normally fail to detect. The -goal is no false positives.
+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).
Download
Download Now! Version 1.49 for Windows
@@ -53,8 +54,8 @@ as plugin for your favorite IDE:No plugin exists for Visual Studio, but it's possible to add -Cppcheck as an external tool.
+There is no plugin for Visual Studio, but it is possible to +add Cppcheck as an external tool.
Features
-
@@ -91,7 +92,7 @@ Cppcheck as an external tool.
- Use Trac to report bugs and feature requests -
- Ask questions in the forum +
- Ask questions in the discussion forum or at the IRC channel #cppcheck
- For more details look at the wiki