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:
parent
42f1ea0ad2
commit
873dbc5d78
|
@ -36,11 +36,11 @@ uninitialized variables, unused functions" />
|
||||||
</div> <!-- #tabs -->
|
</div> <!-- #tabs -->
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
<p><strong>Cppcheck</strong> is an static analysis tool for C/C++ code. Unlike
|
<p><strong>Cppcheck</strong> is an <a href="http://en.wikipedia.org/wiki/Static_analysis_tool">static analysis tool</a>
|
||||||
C/C++ compilers and many other analysis tools it does not detect syntax errors
|
for C/C++ code. Unlike C/C++ compilers and many other analysis tools it does
|
||||||
in the code. Cppcheck primarily detects the types of bugs that the compilers
|
not detect syntax errors in the code. Cppcheck primarily detects the types of
|
||||||
normally do not detect. The goal is to detect only real errors in the code
|
bugs that the compilers normally do not detect. The goal is to detect only real
|
||||||
(i.e. have zero false positives).</p>
|
errors in the code (i.e. have zero false positives).</p>
|
||||||
|
|
||||||
<h2>Download</h2>
|
<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>
|
<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>
|
||||||
|
|
Loading…
Reference in New Issue