[cfe-commits] r132060 - in /cfe/trunk/www/analyzer: latest_checker.html.incl release_notes.html

Ted Kremenek kremenek at apple.com
Wed May 25 09:30:14 PDT 2011


Author: kremenek
Date: Wed May 25 11:30:14 2011
New Revision: 132060

URL: http://llvm.org/viewvc/llvm-project?rev=132060&view=rev
Log:
Update checker build to checker-257.

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=132060&r1=132059&r2=132060&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/latest_checker.html.incl (original)
+++ cfe/trunk/www/analyzer/latest_checker.html.incl Wed May 25 11:30:14 2011
@@ -1 +1 @@
-<b><a href="/checker/checker-256.tar.bz2">checker-256.tar.bz2</a></b> (built April 13, 2011)
+<b><a href="/checker/checker-257.tar.bz2">checker-257.tar.bz2</a></b> (built May 25, 2011)

Modified: cfe/trunk/www/analyzer/release_notes.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/release_notes.html?rev=132060&r1=132059&r2=132060&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/release_notes.html (original)
+++ cfe/trunk/www/analyzer/release_notes.html Wed May 25 11:30:14 2011
@@ -15,9 +15,22 @@
 
 <h1>Release notes for <tt>checker-XXX</tt> builds</h1>
 
+<h4 id="checker_257">checker-257</h4>
+
+<p><b>built:</b>May 25, 2011<br>
+<b>download:</b> <a href="/checker/checker-257.tar.bz2">checker-257.tar.bz2</a></p>
+<p><b>highlights:</b></p>
+
+<ul>
+  <li>The analyzer is now far more aggressive with checking conformance with Core Foundation conventions.  Any function that returns a CF type must now obey the Core Foundation naming conventions, or use the <a href="/annotations.html#attr_cf_returns_retained">cf_returns_retained</a> or <a href="/annotations.html#attr_cf_returns_not_retained">cf_returns_not_retained</a> annotations.</li>
+  <li>Fixed a serious regression where the analyzer would not analyze Objective-C methods in class extensions.</li>
+  <li>Misc. bug fixes to improve analyzer precision.
+  </li>
+</ul>
+
 <h4 id="checker_256">checker-256</h4>
 
-<p><b>built:</b> April 13, 2011<br>
+<p><b>built:</b>April 13, 2011<br>
 <b>download:</b> <a href="/checker/checker-256.tar.bz2">checker-256.tar.bz2</a></p>
 <p><b>highlights:</b></p>
 





More information about the cfe-commits mailing list