diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-07-17 22:41:39 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-07-17 22:41:39 +0000 |
commit | e597b193479ae6ed7288edf932c535bd282ba99d (patch) | |
tree | 05a7325b5d3de90055e6ec93edb66b1e0a7e8813 | |
parent | b48c6455dde10395cd4f3b6b054b2de34a73f7f5 (diff) |
Added headers
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53742 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/StaticAnalysis.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/www/StaticAnalysis.html b/www/StaticAnalysis.html index 6bc1be1f15..29df8b9cca 100644 --- a/www/StaticAnalysis.html +++ b/www/StaticAnalysis.html @@ -42,13 +42,17 @@ can vary widely between different checks. Our eventual goal is to have the analyzer have a low false positive rate for most code on all checks.</li> </ul> -<p>If you encounter a false positive, <b>please let us know about it</b> by <a +<h3>Please tell us about False Positives</h3> + +<p>If you encounter a false positive, <b>please let us know</b> by <a href="StaticAnalysisUsage.html#filingbugs">filing a bug report</a>. False positives cannot be addressed unless we know about them.</p> -<p>Further, if there are specific kinds of bugs you would like the tool to find, +<h3>Want more bugs?</h3> + +<p>If there are specific kinds of bugs you would like the tool to find, please feel free to file <a href="StaticAnalysisUsage.html#filingbugs">feature -requests</a>.</p.> +requests</a>.</p> <!-- Generated from: http://www.spiffycorners.com/index.php --> @@ -127,7 +131,7 @@ requests</a>.</p.> <div id="wrappedcontent"> <h2>Download</h2> <ul> - <li>Mac OS X (Universal binary, 10.5+): + <li>Mac OS X (Intel-only, 10.5+): <p> <!--#include virtual="latest_checker.html.incl"--> </p> |