Update static analyzer build to checker-255.

llvm-svn: 125432
This commit is contained in:
Ted Kremenek 2011-02-12 03:20:34 +00:00
parent 70aeefa17e
commit ba6ead4bc0
3 changed files with 15 additions and 2 deletions

View 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>

View 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)

View File

@ -15,6 +15,19 @@
<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>