[cfe-commits] r153312 - in /cfe/trunk/www/analyzer: latest_checker.html.incl release_notes.html
Ted Kremenek
kremenek at apple.com
Fri Mar 23 00:06:17 PDT 2012
Author: kremenek
Date: Fri Mar 23 02:06:16 2012
New Revision: 153312
URL: http://llvm.org/viewvc/llvm-project?rev=153312&view=rev
Log:
Update checker build.
Modified:
cfe/trunk/www/analyzer/latest_checker.html.incl
cfe/trunk/www/analyzer/release_notes.html
Modified: cfe/trunk/www/analyzer/latest_checker.html.incl
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/latest_checker.html.incl?rev=153312&r1=153311&r2=153312&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/latest_checker.html.incl (original)
+++ cfe/trunk/www/analyzer/latest_checker.html.incl Fri Mar 23 02:06:16 2012
@@ -1 +1 @@
-<b><a href="http://bit.ly/xETQF0">checker-262.tar.bz2</a></b> (built March 15, 2012)
+<b><a href="http://bit.ly/GUmtVB">checker-263.tar.bz2</a></b> (built March 22, 2012)
Modified: cfe/trunk/www/analyzer/release_notes.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/release_notes.html?rev=153312&r1=153311&r2=153312&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/release_notes.html (original)
+++ cfe/trunk/www/analyzer/release_notes.html Fri Mar 23 02:06:16 2012
@@ -15,6 +15,16 @@
<h1>Release notes for <tt>checker-XXX</tt> builds</h1>
+<h4 id="checker_263">checker-263</h4>
+
+<p><b>built:</b> March 22, 2012</br>
+ <b>download:</b> <a href="http://bit.ly/GUmtVB">checker-263.tar.bz2</a></p>
+<p><b>highlights:</b></p>
+
+<ul>
+<li>Fixes several serious bugs with inter-procedural analysis, including a case where retain/releases would be "double-counted".</li>
+</ul>
+
<h4 id="checker_262">checker-262</h4>
<p><b>built: </b>March 15, 2012</br>
More information about the cfe-commits
mailing list