forked from OSchip/llvm-project
Update open source static analyzer build.
llvm-svn: 141943
This commit is contained in:
parent
aa07d71356
commit
0368ae071a
|
@ -1 +1 @@
|
|||
<b><a href="/checker/checker-257.tar.bz2">checker-257.tar.bz2</a></b> (built May 25, 2011)
|
||||
<b><a href="/checker/checker-258.tar.bz2">checker-258.tar.bz2</a></b> (built October 13, 2011)
|
||||
|
|
|
@ -15,6 +15,19 @@
|
|||
|
||||
<h1>Release notes for <tt>checker-XXX</tt> builds</h1>
|
||||
|
||||
<h4 id="checker_258">checker-258</h4>
|
||||
|
||||
<p><b>built:</b>October 13, 2011<br>
|
||||
<b>download:</b> <a href="/checker/checker-258.tar.bz2">checker-258.tar.bz2</a></p>
|
||||
<p><b>highlights:</b></p>
|
||||
|
||||
<ul>
|
||||
<li>Contains a newer version of the analyzer than the one shipped in Xcode 4.2.</li>
|
||||
<li>Adds a new security checker for looking at correct uses of the Mac OS KeyChain API.</li>
|
||||
<li>Supports ARC (please file bugs where you see issues)</li>
|
||||
<li>Major under-the-cover changes. This should result in more precise results in some cases, but this is laying the groundwork for major improvements. Please file bugs where you see regressions or issues.</li>
|
||||
</ul>
|
||||
|
||||
<h4 id="checker_257">checker-257</h4>
|
||||
|
||||
<p><b>built:</b>May 25, 2011<br>
|
||||
|
|
Loading…
Reference in New Issue