]> granicus.if.org Git - clang/commitdiff
[analyzer] post analyzer build checker-276
authorTed Kremenek <kremenek@apple.com>
Wed, 19 Feb 2014 08:09:22 +0000 (08:09 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 19 Feb 2014 08:09:22 +0000 (08:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201648 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 5062622c8c91c1200ef59ccfacf2019d2f7d6ef9..99ed3d8898ae1baceb6bb92f03880770c7fbbca8 100644 (file)
@@ -1 +1 @@
-<b><a href="downloads/checker-275.tar.bz2">checker-275.tar.bz2</a></b> (built May 23, 2013)
+<b><a href="downloads/checker-276.tar.bz2">checker-276.tar.bz2</a></b> (built February 19, 2014)
index bc052bbec0afef183997633cb2334c850f42b7f0..81f9c9a52da96bb9105584ca663fcd1caaa0ec00 100644 (file)
 
 <h1>Release notes for <tt>checker-XXX</tt> builds</h1>
 
+<h4 id="checker_276">checker-276</h4>
+<p><b>built:</b> February 19, 2014</br>
+       <b>download:</b> <a href="downloads/checker-276.tar.bz2">checker-276.tar.bz2</a></p>
+       <p><b>highlights:</b></p>
+       <ul>
+    <li>Includes about 9 months of change to Clang itself (improved C++11/14 support, etc.)</li>
+    <li>More precise modeling of Objective-C properties, which enables the analyzer to find more bugs.</li>
+    <li>Includes a new "missing call to <tt>super</tt>" warning, which looks for common pattern in iOS/OSX APIs that require chaining a call to a super class's implementation of a method.</li>
+    <li>Accepts <tt>-arch arm64</tt> (which may be passed by Xcode 5.0), but for the time being analyzes code in such cases as <tt>-arch armv7s</tt>.</li>
+    <li>Many sundry fixes, improvements to C++ support, etc.</li>
+       </ul>
+  
 <h4 id="checker_275">checker-275</h4>
 <p><b>built:</b> May 23, 2013</br>
        <b>download:</b> <a href="downloads/checker-275.tar.bz2">checker-275.tar.bz2</a></p>