summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2012-09-12 05:11:29 +0000
committerTed Kremenek <kremenek@apple.com>2012-09-12 05:11:29 +0000
commitb8cae9fddf12d843e8cb0ec29d84b0b270b4729b (patch)
tree426ea0493840b904e14f024feb392185bee1377c
parent49d684e1e2d044f1c2156bbddd3d621e7bd405e9 (diff)
downloadbcm5719-llvm-b8cae9fddf12d843e8cb0ec29d84b0b270b4729b.tar.gz
bcm5719-llvm-b8cae9fddf12d843e8cb0ec29d84b0b270b4729b.zip
Post new checker build.
llvm-svn: 163680
-rw-r--r--clang/www/analyzer/latest_checker.html.incl2
-rw-r--r--clang/www/analyzer/release_notes.html13
2 files changed, 14 insertions, 1 deletions
diff --git a/clang/www/analyzer/latest_checker.html.incl b/clang/www/analyzer/latest_checker.html.incl
index 74c6ab0a573..7b5edf0931c 100644
--- a/clang/www/analyzer/latest_checker.html.incl
+++ b/clang/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/clang/www/analyzer/release_notes.html b/clang/www/analyzer/release_notes.html
index 79f0e0d2db4..66d70fef808 100644
--- a/clang/www/analyzer/release_notes.html
+++ b/clang/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>
OpenPOWER on IntegriCloud