diff options
author | Ted Kremenek <kremenek@apple.com> | 2013-05-24 00:50:01 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2013-05-24 00:50:01 +0000 |
commit | 48ed4b614cb055fa2f8a3948b284f0ad8730ec3f (patch) | |
tree | 08910711450ff50d75d7a165d6fc82a0c9fab351 /clang/www | |
parent | ad1084de84cc3ca0e59e8bc0573163a88f174f68 (diff) | |
download | bcm5719-llvm-48ed4b614cb055fa2f8a3948b284f0ad8730ec3f.tar.gz bcm5719-llvm-48ed4b614cb055fa2f8a3948b284f0ad8730ec3f.zip |
Update static analyzer build to checker-275.
llvm-svn: 182626
Diffstat (limited to 'clang/www')
-rw-r--r-- | clang/www/analyzer/latest_checker.html.incl | 2 | ||||
-rw-r--r-- | clang/www/analyzer/release_notes.html | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/clang/www/analyzer/latest_checker.html.incl b/clang/www/analyzer/latest_checker.html.incl index 233a104cf12..15e98e14894 100644 --- a/clang/www/analyzer/latest_checker.html.incl +++ b/clang/www/analyzer/latest_checker.html.incl @@ -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) diff --git a/clang/www/analyzer/release_notes.html b/clang/www/analyzer/release_notes.html index 2d1660dcb52..ce7e988c654 100644 --- a/clang/www/analyzer/release_notes.html +++ b/clang/www/analyzer/release_notes.html @@ -15,6 +15,18 @@ <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> |