diff --git a/htdocs/index.php b/htdocs/index.php new file mode 100644 index 000000000..82e912109 --- /dev/null +++ b/htdocs/index.php @@ -0,0 +1,134 @@ + + + + + Cppcheck - A tool for static C/C++ code analysis + + + + +
+
+ +
+
+
+
+

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.

+ +

Download

+

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

+ +

No plugin exists for Visual Studio, but it's possible to add +Cppcheck as an external tool.

+ +

Features

+ + +

Support

+ +
+
+ + \ No newline at end of file