]> granicus.if.org Git - clang/commitdiff
Update checker build to checker-271.
authorTed Kremenek <kremenek@apple.com>
Sat, 2 Feb 2013 00:57:28 +0000 (00:57 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 2 Feb 2013 00:57:28 +0000 (00:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174252 91177308-0d34-0410-b5e6-96231b3b80d8

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

index f23464ac6628237796279ef3148fc9bff4f38a8b..7d94533973b7452624f7833ec2330cefaa837d2c 100644 (file)
@@ -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/VAnf4G">checker-271.tar.bz2</a></b> (built February 1, 2013)
index 1a3c996e1a747c9d9cb187ea44a09febf723b678..a602674029ef1bc1476354e3522c7be112ff2ca7 100644 (file)
 
 <h1>Release notes for <tt>checker-XXX</tt> builds</h1>
 
+<h4 id="checker_271">checker-271</h4>
+<p><b>built:</b> February 1, 2013</br>
+       <b>download:</b> <a href="http://bit.ly/VAnf4G">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>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>