diff --git a/htdocs/index.php b/htdocs/index.php index 6aaa7e9b5..0b2c5f6fb 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -36,10 +36,11 @@ 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

@@ -53,8 +54,8 @@ as plugin for your favorite IDE:

  • Hudson - Cppcheck Plugin
  • Jenkins - Cppcheck Plugin
  • -

    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