diff options
author | Ted Kremenek <kremenek@apple.com> | 2012-09-12 05:11:29 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2012-09-12 05:11:29 +0000 |
commit | f1c7060076ef0c17fcc1ed12a098f25e53771adc (patch) | |
tree | 25c10233b7199e67fe44ea3ceada4fe200d32e3c /www | |
parent | 1b22cec353bc6112653d50b060a1d78d70c51527 (diff) |
Post new checker build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163680 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r-- | www/analyzer/latest_checker.html.incl | 2 | ||||
-rw-r--r-- | www/analyzer/release_notes.html | 13 |
2 files changed, 14 insertions, 1 deletions
diff --git a/www/analyzer/latest_checker.html.incl b/www/analyzer/latest_checker.html.incl index 74c6ab0a57..7b5edf0931 100644 --- a/www/analyzer/latest_checker.html.incl +++ b/www/analyzer/latest_checker.html.incl @@ -1 +1 @@ -<b><a href="http://bit.ly/OIdyI7">checker-267.tar.bz2</a></b> (built June 1, 2012) +<b><a href="http://bit.ly/U75NOp">checker-268.tar.bz2</a></b> (built September 11, 2012) diff --git a/www/analyzer/release_notes.html b/www/analyzer/release_notes.html index 79f0e0d2db..66d70fef80 100644 --- a/www/analyzer/release_notes.html +++ b/www/analyzer/release_notes.html @@ -15,6 +15,19 @@ <h1>Release notes for <tt>checker-XXX</tt> builds</h1> +<h4 id="checker_268">checker-268</h4> +<p><b>built:</b> September 11, 2012</br> + <b>download:</b> <a href="http://bit.ly/U75NOp">checker-268.tar.bz2</a></p> + <p><b>highlights:</b></p> + +<ul> + <li>Adds initial interprocedural analysis support for C++ and Objective-C. This will greatly improve analysis coverage and find deeper bugs in Objective-C and C++ code.</li> + <li>Contains a static analyzer newer than Xcode 4.4.</li> +</ul> + +<p>NOTE: this checker build includes a <i>huge</i> number of changes. It has the potential to find many more bugs, but may report new kinds of false positives. We'd like to know about +these, and any other problems you encounter. When you encounter an issue, please <a href="/filing_bugs.html">file a bug report</a>.</p> + <h4 id="checker_267">checker-267</h4> <p><b>built:</b> June 1, 2012</br> <b>download:</b> <a href="http://bit.ly/OIdyI7">checker-267.tar.bz2</a></p> |