Web: Add link to Wikipedia's static analysis tool article.

People looking at our front page may not be familiar with what the
static analysis even means. Add a link which explains it for them.
This commit is contained in:
Kimmo Varis 2011-06-24 23:18:02 +03:00
parent 42f1ea0ad2
commit 873dbc5d78
1 changed files with 5 additions and 5 deletions

View File

@ -36,11 +36,11 @@ uninitialized variables, unused functions" />
</div> <!-- #tabs -->
<div id="content">
<div class="wrap">
<p><strong>Cppcheck</strong> 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).</p>
<p><strong>Cppcheck</strong> is an <a href="http://en.wikipedia.org/wiki/Static_analysis_tool">static analysis tool</a>
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).</p>
<h2>Download</h2>
<p><a class="downloadnow" href="http://downloads.sourceforge.net/cppcheck/cppcheck-1.49-x86-Setup.msi"><strong>Download Now!</strong> <em>Version 1.49 for Windows</em></a></p>