diff options
-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> |