diff --git a/htdocs/index.php b/htdocs/index.php index 6aaa7e9b5..11117f702 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -36,16 +36,17 @@ uninitialized variables, unused functions" />
-

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

-

You can download the standalone tool from our -project page or try it -as plugin for your favorite IDE:

+

You can download the standalone Cppcheck from our +project page or add it +as a 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