summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2012-03-15 23:02:21 +0000
committerTed Kremenek <kremenek@apple.com>2012-03-15 23:02:21 +0000
commit0950ca0c21e89ab6a828f5a14cf1a598c1e9d24a (patch)
tree3e37d59a48abfa6dcdc428a4b47ad5bde17acbeb /www
parent8ec588e2ac57311604cf80608c7d4b3fb3b022f7 (diff)
Update checker build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152871 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/analyzer/latest_checker.html.incl2
-rw-r--r--www/analyzer/release_notes.html14
2 files changed, 15 insertions, 1 deletions
diff --git a/www/analyzer/latest_checker.html.incl b/www/analyzer/latest_checker.html.incl
index ce0a352106..e9df2fcc5e 100644
--- a/www/analyzer/latest_checker.html.incl
+++ b/www/analyzer/latest_checker.html.incl
@@ -1 +1 @@
-<b><a href="http://bit.ly/yN1Awv">checker-261.tar.bz2</a></b> (built February 22, 2012)
+<b><a href="http://bit.ly/xETQF0">checker-262.tar.bz2</a></b> (built March 15, 2012)
diff --git a/www/analyzer/release_notes.html b/www/analyzer/release_notes.html
index 9306457cc7..4b808f6faa 100644
--- a/www/analyzer/release_notes.html
+++ b/www/analyzer/release_notes.html
@@ -15,6 +15,20 @@
<h1>Release notes for <tt>checker-XXX</tt> builds</h1>
+<h4 id="checker_262">checker-262</h4>
+
+<p><b>built: </b>March 15, 2012</br>
+ <b>download:</b> <a href="http://bit.ly/xETQF0">checker-262.tar.bz2</a></p>
+<p><b>highlights:</b></p>
+
+<ul>
+ <li>Enables experimental interprocedural analysis (within a file), which greatly amplifies the analyzer's ability to find issues.</li>
+ <li>Many bug fixes to the malloc/free checker.</li>
+ <li>Support for new Objective-C NSArray/NSDictionary/NSNumber literals syntax, and Objective-C container subscripting.</li>
+</ul>
+
+<p>NOTE: This build contains new interprocedural analysis that allows the analyzer to find more complicated bugs that span function boundaries. It may have problems, performance issues, etc. We'd like to <a href="/filing_bugs.html">hear about them</a>.
+
<h4 id="checker_261">checker-261</h4>
<p><b>built: </b>February 22, 2012<br>