diff options
author | Ted Kremenek <kremenek@apple.com> | 2011-05-25 16:30:14 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2011-05-25 16:30:14 +0000 |
commit | f30c4ccd6a7d36876b6e867345645681234639bc (patch) | |
tree | de5f607ba136e2033d8a697aaf208643e3c3bd60 | |
parent | 1066c6c7c4d5186c2434b90b054c302564f98080 (diff) |
Update checker build to checker-257.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132060 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/analyzer/latest_checker.html.incl | 2 | ||||
-rw-r--r-- | www/analyzer/release_notes.html | 15 |
2 files changed, 15 insertions, 2 deletions
diff --git a/www/analyzer/latest_checker.html.incl b/www/analyzer/latest_checker.html.incl index 99151a8991..76b88ddd90 100644 --- a/www/analyzer/latest_checker.html.incl +++ b/www/analyzer/latest_checker.html.incl @@ -1 +1 @@ -<b><a href="/checker/checker-256.tar.bz2">checker-256.tar.bz2</a></b> (built April 13, 2011) +<b><a href="/checker/checker-257.tar.bz2">checker-257.tar.bz2</a></b> (built May 25, 2011) diff --git a/www/analyzer/release_notes.html b/www/analyzer/release_notes.html index 163e84f372..4a568f51e4 100644 --- a/www/analyzer/release_notes.html +++ b/www/analyzer/release_notes.html @@ -15,9 +15,22 @@ <h1>Release notes for <tt>checker-XXX</tt> builds</h1> +<h4 id="checker_257">checker-257</h4> + +<p><b>built:</b>May 25, 2011<br> +<b>download:</b> <a href="/checker/checker-257.tar.bz2">checker-257.tar.bz2</a></p> +<p><b>highlights:</b></p> + +<ul> + <li>The analyzer is now far more aggressive with checking conformance with Core Foundation conventions. Any function that returns a CF type must now obey the Core Foundation naming conventions, or use the <a href="/annotations.html#attr_cf_returns_retained">cf_returns_retained</a> or <a href="/annotations.html#attr_cf_returns_not_retained">cf_returns_not_retained</a> annotations.</li> + <li>Fixed a serious regression where the analyzer would not analyze Objective-C methods in class extensions.</li> + <li>Misc. bug fixes to improve analyzer precision. + </li> +</ul> + <h4 id="checker_256">checker-256</h4> -<p><b>built:</b> April 13, 2011<br> +<p><b>built:</b>April 13, 2011<br> <b>download:</b> <a href="/checker/checker-256.tar.bz2">checker-256.tar.bz2</a></p> <p><b>highlights:</b></p> |