diff options
author | Ted Kremenek <kremenek@apple.com> | 2012-05-09 00:08:47 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2012-05-09 00:08:47 +0000 |
commit | c472b2d8b730df46516a0847a0b61c6173485415 (patch) | |
tree | aed662ab916856cf3e6235757f091028725178c7 | |
parent | 163d3cef334169e41225d94a4c353e0d7159570b (diff) |
Update checker build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156449 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/analyzer/latest_checker.html.incl | 2 | ||||
-rw-r--r-- | www/analyzer/release_notes.html | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/www/analyzer/latest_checker.html.incl b/www/analyzer/latest_checker.html.incl index dee0ef9e1a..ec64ed5ffe 100644 --- a/www/analyzer/latest_checker.html.incl +++ b/www/analyzer/latest_checker.html.incl @@ -1 +1 @@ -<b><a href="http://bit.ly/JATSI8">checker-264.tar.bz2</a></b> (built April 26, 2012) +<b><a href="http://bit.ly/JceZBE">checker-265.tar.bz2</a></b> (built May 8, 2012) diff --git a/www/analyzer/release_notes.html b/www/analyzer/release_notes.html index 177c28a2f0..dab17ac3b6 100644 --- a/www/analyzer/release_notes.html +++ b/www/analyzer/release_notes.html @@ -15,6 +15,15 @@ <h1>Release notes for <tt>checker-XXX</tt> builds</h1> +<h4 id="checker_265">checker-265</h4> + +<p><b>built:</b> May 8, 2012</br> + <b>download:</b> <a href="http://bit.ly/JceZBE">checker-265.tar.bz2</a></p> + <p><b>highlights:</b></p> + +<p>This release contains a fix for a major crasher introduces in checker-264, and various refinments to +improve the precision of the analyzer in general.</p> + <h4 id="checker_264">checker-264</h4> <p><b>built:</b> April 26, 2012</br> |