diff --git a/htdocs/index.php b/htdocs/index.php index 68b235dbe..5ea9506c4 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -49,14 +49,20 @@ uninitialized variables, unused functions" />
-

Cppcheck is an static analysis tool +

+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).

+errors in the code (i.e. have zero false positives). +

Download

-

Download Now! Version 1.57 for Windows

+

+ + Download Now! Version 1.57 for Windows + +

You can download the standalone Cppcheck from our project page or add it as a plugin for your favorite IDE: