]> granicus.if.org Git - clang/commitdiff
Update checker build to checker-257.
authorTed Kremenek <kremenek@apple.com>
Wed, 25 May 2011 16:30:14 +0000 (16:30 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 25 May 2011 16:30:14 +0000 (16:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132060 91177308-0d34-0410-b5e6-96231b3b80d8

www/analyzer/latest_checker.html.incl
www/analyzer/release_notes.html

index 99151a8991913fe4d92e6530fe8e42bc75a6c228..76b88ddd9041432da05b32105033adbf54b5f485 100644 (file)
@@ -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)
index 163e84f372b2bd895654d092532648b63e47c93e..4a568f51e4716ca6c9815faa2b8698e0734189f2 100644 (file)
 
 <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>