summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2014-02-19 08:09:22 +0000
committerTed Kremenek <kremenek@apple.com>2014-02-19 08:09:22 +0000
commit614365334970a9bc1f4818b03716e6bd68fb79c2 (patch)
tree5f926a56f850f66a8b3e04ec3f14effc8ab93623 /www
parentfda08607a239bfb29aa4d6a326c673c26b3a4dc4 (diff)
downloadclang-614365334970a9bc1f4818b03716e6bd68fb79c2.tar.gz
clang-614365334970a9bc1f4818b03716e6bd68fb79c2.tar.bz2
clang-614365334970a9bc1f4818b03716e6bd68fb79c2.tar.xz
[analyzer] post analyzer build checker-276
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201648 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/analyzer/latest_checker.html.incl2
-rw-r--r--www/analyzer/release_notes.html12
2 files changed, 13 insertions, 1 deletions
diff --git a/www/analyzer/latest_checker.html.incl b/www/analyzer/latest_checker.html.incl
index 5062622c8c..99ed3d8898 100644
--- a/www/analyzer/latest_checker.html.incl
+++ b/www/analyzer/latest_checker.html.incl
@@ -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)
diff --git a/www/analyzer/release_notes.html b/www/analyzer/release_notes.html
index bc052bbec0..81f9c9a52d 100644
--- a/www/analyzer/release_notes.html
+++ b/www/analyzer/release_notes.html
@@ -15,6 +15,18 @@
<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>