forked from OSchip/llvm-project
parent
49d684e1e2
commit
b8cae9fddf
|
@ -1 +1 @@
|
|||
<b><a href="http://bit.ly/OIdyI7">checker-267.tar.bz2</a></b> (built June 1, 2012)
|
||||
<b><a href="http://bit.ly/U75NOp">checker-268.tar.bz2</a></b> (built September 11, 2012)
|
||||
|
|
|
@ -15,6 +15,19 @@
|
|||
|
||||
<h1>Release notes for <tt>checker-XXX</tt> builds</h1>
|
||||
|
||||
<h4 id="checker_268">checker-268</h4>
|
||||
<p><b>built:</b> September 11, 2012</br>
|
||||
<b>download:</b> <a href="http://bit.ly/U75NOp">checker-268.tar.bz2</a></p>
|
||||
<p><b>highlights:</b></p>
|
||||
|
||||
<ul>
|
||||
<li>Adds initial interprocedural analysis support for C++ and Objective-C. This will greatly improve analysis coverage and find deeper bugs in Objective-C and C++ code.</li>
|
||||
<li>Contains a static analyzer newer than Xcode 4.4.</li>
|
||||
</ul>
|
||||
|
||||
<p>NOTE: this checker build includes a <i>huge</i> number of changes. It has the potential to find many more bugs, but may report new kinds of false positives. We'd like to know about
|
||||
these, and any other problems you encounter. When you encounter an issue, please <a href="/filing_bugs.html">file a bug report</a>.</p>
|
||||
|
||||
<h4 id="checker_267">checker-267</h4>
|
||||
<p><b>built:</b> June 1, 2012</br>
|
||||
<b>download:</b> <a href="http://bit.ly/OIdyI7">checker-267.tar.bz2</a></p>
|
||||
|
|
Loading…
Reference in New Issue