r174758 - Update open source checker build to checker-271.
Ted Kremenek
kremenek at apple.com
Fri Feb 8 14:18:27 PST 2013
Author: kremenek
Date: Fri Feb 8 16:18:26 2013
New Revision: 174758
URL: http://llvm.org/viewvc/llvm-project?rev=174758&view=rev
Log:
Update open source checker build to checker-271.
Modified:
cfe/trunk/www/analyzer/latest_checker.html.incl
cfe/trunk/www/analyzer/release_notes.html
Modified: cfe/trunk/www/analyzer/latest_checker.html.incl
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/latest_checker.html.incl?rev=174758&r1=174757&r2=174758&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/latest_checker.html.incl (original)
+++ cfe/trunk/www/analyzer/latest_checker.html.incl Fri Feb 8 16:18:26 2013
@@ -1 +1 @@
-<b><a href="http://bit.ly/13ekSoV">checker-270.tar.bz2</a></b> (built January 4, 2013)
+<b><a href="http://bit.ly/1299Xt3">checker-271.tar.bz2</a></b> (built February 8, 2013)
Modified: cfe/trunk/www/analyzer/release_notes.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/release_notes.html?rev=174758&r1=174757&r2=174758&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/release_notes.html (original)
+++ cfe/trunk/www/analyzer/release_notes.html Fri Feb 8 16:18:26 2013
@@ -15,6 +15,21 @@
<h1>Release notes for <tt>checker-XXX</tt> builds</h1>
+<h4 id="checker_271">checker-271</h4>
+<p><b>built:</b> February 8, 2013</br>
+ <b>download:</b> <a href="http://bit.ly/1299Xt3">checker-271.tar.bz2</a></p>
+ <p><b>highlights:</b></p>
+ <ul>
+ <li>Faster analysis for <tt>scan-build xcodebuild</tt> when using Xcode 4.6 and higher:
+ <ul>
+ <li><tt>scan-build</tt> now uses Xcode's built-in interposition mechanism for the static analyzer to provide faster builds while doing static analysis (PCH files are now built).</li>
+ <li>This change also allows <tt>scan-build</tt> to have better support for iOS project analysis without having to specifying weird SDK settings to <tt>scan-build</tt>.</li>
+ </ul></li>
+ <li>Better diagnostics for implicitly-defined member functions in C++.</li>
+ <li>New warning for <tt>malloc</tt>/<tt>free</tt> checker when passing <tt>malloc</tt>'ed pointer with non-zero offset to <tt>free()</tt>.
+ <li>Fixes for misc. parser crashes.</li>
+ </ul>
+
<h4 id="checker_270">checker-270</h4>
<p><b>built:</b> January 4, 2013</br>
<b>download:</b> <a href="http://bit.ly/13ekSoV">checker-270.tar.bz2</a></p>
More information about the cfe-commits
mailing list