diff options
author | Ted Kremenek <kremenek@apple.com> | 2013-02-02 01:06:22 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2013-02-02 01:06:22 +0000 |
commit | f5209c4b459d3fc21a6bdfff7534ee6a8762b11a (patch) | |
tree | 28c87c8b42f28458d525bc87917402c55b310307 /clang | |
parent | be9614c755a1a2b1b4db323709eb756a076f1e48 (diff) | |
download | bcm5719-llvm-f5209c4b459d3fc21a6bdfff7534ee6a8762b11a.tar.gz bcm5719-llvm-f5209c4b459d3fc21a6bdfff7534ee6a8762b11a.zip |
Revert "Update checker build to checker-271."
Turns out we didn't update scan-build to work with HTML files in nested directories.
llvm-svn: 174256
Diffstat (limited to 'clang')
-rw-r--r-- | clang/www/analyzer/latest_checker.html.incl | 2 | ||||
-rw-r--r-- | clang/www/analyzer/release_notes.html | 14 |
2 files changed, 1 insertions, 15 deletions
diff --git a/clang/www/analyzer/latest_checker.html.incl b/clang/www/analyzer/latest_checker.html.incl index 7d94533973b..f23464ac662 100644 --- a/clang/www/analyzer/latest_checker.html.incl +++ b/clang/www/analyzer/latest_checker.html.incl @@ -1 +1 @@ -<b><a href="http://bit.ly/VAnf4G">checker-271.tar.bz2</a></b> (built February 1, 2013) +<b><a href="http://bit.ly/13ekSoV">checker-270.tar.bz2</a></b> (built January 4, 2013) diff --git a/clang/www/analyzer/release_notes.html b/clang/www/analyzer/release_notes.html index a602674029e..1a3c996e1a7 100644 --- a/clang/www/analyzer/release_notes.html +++ b/clang/www/analyzer/release_notes.html @@ -15,20 +15,6 @@ <h1>Release notes for <tt>checker-XXX</tt> builds</h1> -<h4 id="checker_271">checker-271</h4> -<p><b>built:</b> February 1, 2013</br> - <b>download:</b> <a href="http://bit.ly/VAnf4G">checker-271.tar.bz2</a></p> - <p><b>highlights:</b></p> - <ul> - <li>Faster analysis for <tt>scan-build xcodebuild</tt> when using Xcode 4.6 and higher: - <ul> - <li><tt>scan-build</tt> now uses Xcode's built-in interposition mechanism for the static analyzer to provide faster builds while doing static analysis (PCH files are now built).</li> - <li>This change also allows <tt>scan-build</tt> to have better support for iOS project analysis without having to specifying weird SDK settings to <tt>scan-build</tt>.</li> - </ul></li> - <li>Better diagnostics for implicitly-defined member functions in C++.</li> - <li>Fixes for misc. parser crashes.</li> - </ul> - <h4 id="checker_270">checker-270</h4> <p><b>built:</b> January 4, 2013</br> <b>download:</b> <a href="http://bit.ly/13ekSoV">checker-270.tar.bz2</a></p> |