]> granicus.if.org Git - clang/commitdiff
Update static analyzer build to checker-255.
authorTed Kremenek <kremenek@apple.com>
Sat, 12 Feb 2011 03:20:34 +0000 (03:20 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 12 Feb 2011 03:20:34 +0000 (03:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125432 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 34465719087440aeca16f400c0b01ab1f4b506df..7d99ac9621e48650f8b5b928bfc7902298442b05 100644 (file)
@@ -98,7 +98,7 @@ applications.</p>
   <div style="padding:15px">
    <h3 style="margin:0px;padding:0px">Mac OS X</h3>
    <ul>
-    <li>Latest build (Universal binary, 10.5+):<br>
+    <li>Latest build (Intel-only binary, 10.5+):<br>
      <!--#include virtual="latest_checker.html.incl"-->
     </li>
     <li><a href="/release_notes.html">Release notes</a></li></li>
index 3b44a70bcbda714ab3ead51bfb1e67e9130a3605..7cd6b2bff5deed8c204a31e97bda13cc779697b0 100644 (file)
@@ -1 +1 @@
-<b><a href="/checker/checker-254.tar.bz2">checker-254.tar.bz2</a></b> (built January 27, 2011)
+<b><a href="/checker/checker-255.tar.bz2">checker-255.tar.bz2</a></b> (built February 11, 2011)
index 9a3ea1825a0dfb745de420ba3e81c6ca939bf2bd..7b6924fa344d36c6a963a5cf8e65233b09ef6c0e 100644 (file)
 
 <h1>Release notes for <tt>checker-XXX</tt> builds</h1>
 
+<h4 id="checker_255">checker-255</h4>
+
+<p><b>built:</b> February 11, 2011<br>
+<b>download:</b> <a href="/checker/checker-255.tar.bz2">checker-255.tar.bz2</a></p>
+<p><b>highlights:</b></p>
+
+<ul>
+<li>Mac OS X builds are now Intel <tt>i386</tt> and <tt>x86_64</tt> only (no <tt>ppc</tt> support)</li>
+<li>Turns on new <tt>-init</tt> method checker by default</li>
+<li>Reduces memory usage of analyzer by 10%</li>
+<li>Misc. fixes to reduce false positives on dead stores and idempotent operations.</li>
+</ul>
+
 <h4 id="checker_254">checker-254</h4>
 
 <p><b>built:</b> January 27, 2011<br>