diff options
Diffstat (limited to 'clang/www/analyzer/release_notes.html')
| -rw-r--r-- | clang/www/analyzer/release_notes.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/clang/www/analyzer/release_notes.html b/clang/www/analyzer/release_notes.html index 9a3ea1825a0..7b6924fa344 100644 --- a/clang/www/analyzer/release_notes.html +++ b/clang/www/analyzer/release_notes.html @@ -15,6 +15,19 @@ <h1>Release notes for <tt>checker-XXX</tt> builds</h1> +<h4 id="checker_255">checker-255</h4> + +<p><b>built:</b> February 11, 2011<br> +<b>download:</b> <a href="/checker/checker-255.tar.bz2">checker-255.tar.bz2</a></p> +<p><b>highlights:</b></p> + +<ul> +<li>Mac OS X builds are now Intel <tt>i386</tt> and <tt>x86_64</tt> only (no <tt>ppc</tt> support)</li> +<li>Turns on new <tt>-init</tt> method checker by default</li> +<li>Reduces memory usage of analyzer by 10%</li> +<li>Misc. fixes to reduce false positives on dead stores and idempotent operations.</li> +</ul> + <h4 id="checker_254">checker-254</h4> <p><b>built:</b> January 27, 2011<br> |

