]> granicus.if.org Git - clang/commitdiff
Update static analyzer build to checker-275.
authorTed Kremenek <kremenek@apple.com>
Fri, 24 May 2013 00:50:01 +0000 (00:50 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 24 May 2013 00:50:01 +0000 (00:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182626 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 233a104cf12331bd57a67663f3e7886ca68155ff..15e98e14894e25f6d51d2c8448af1cb34424e400 100644 (file)
@@ -1 +1 @@
-<b><a href="https://attache.apple.com/AttacheWeb/dl?id=ATCdb3165f4406a4589b5878a22494c3b79">checker-274.tar.bz2</a></b> (built April 23, 2013)
+<b><a href="https://attache.apple.com/AttacheWeb/dl?id=ATCa7ffcf434b2d42e2808c038760f52a77">checker-275.tar.bz2</a></b> (built May 23, 2013)
index 2d1660dcb52e5261ab7299dbbfbd54c8e2c5f214..ce7e988c6549ad0740e3135ef9285833960c3078 100644 (file)
 
 <h1>Release notes for <tt>checker-XXX</tt> builds</h1>
 
+<h4 id="checker_275">checker-275</h4>
+<p><b>built:</b> May 23, 2013</br>
+       <b>download:</b> <a href="https://attache.apple.com/AttacheWeb/dl?id=ATCa7ffcf434b2d42e2808c038760f52a77">checker-275.tar.bz2</a></p>
+       <p><b>highlights:</b></p>
+       <ul>
+    <li>Xcode: Includes a new arrow layout algorithm for issue presentation within Xcode.  The goal is for interprocedural bug reports to look cleaner and less busy (and easier to read).  Feedback appreciated.</li>
+    <li>Xcode: Bugs that occur within header code (e.g., C++) are now reported within the callers in the main source file.  For example, if you misuse a C++ function declared in a header the primary diagnostic will be in the caller (in the main source file).  The full expanded path, however, will show the bug in the header code as well.  These kind of cross-file issues are currently only support by Xcode, not the HTML output.</li>
+    <li>This build is built with LLVM's Link-Time Optimization (LTO), which should make it slightly faster.</li>
+    <li>LTO also reduces the download size (about 19% smaller than checker-274).</li>
+    <li>Many sundry fixes.</li>
+       </ul>
+
 <h4 id="checker_274">checker-274</h4>
 <p><b>built:</b> April 23, 2013</br>
        <b>download:</b> <a href="https://attache.apple.com/AttacheWeb/dl?id=ATCdb3165f4406a4589b5878a22494c3b79">checker-274.tar.bz2</a></p>