r259967 - [www] Update analyzer website for checker-278.
Devin Coughlin via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 5 16:53:33 PST 2016
Author: dcoughlin
Date: Fri Feb 5 18:53:33 2016
New Revision: 259967
URL: http://llvm.org/viewvc/llvm-project?rev=259967&view=rev
Log:
[www] Update analyzer website for checker-278.
Modified:
cfe/trunk/www/analyzer/latest_checker.html.incl
cfe/trunk/www/analyzer/release_notes.html
Modified: cfe/trunk/www/analyzer/latest_checker.html.incl
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/latest_checker.html.incl?rev=259967&r1=259966&r2=259967&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/latest_checker.html.incl (original)
+++ cfe/trunk/www/analyzer/latest_checker.html.incl Fri Feb 5 18:53:33 2016
@@ -1 +1 @@
-<b><a href="downloads/checker-277.tar.bz2">checker-277.tar.bz2</a></b> (built October 28, 2015)
+<b><a href="downloads/checker-278.tar.bz2">checker-278.tar.bz2</a></b> (built February 5, 2016)
Modified: cfe/trunk/www/analyzer/release_notes.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/release_notes.html?rev=259967&r1=259966&r2=259967&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/release_notes.html (original)
+++ cfe/trunk/www/analyzer/release_notes.html Fri Feb 5 18:53:33 2016
@@ -14,6 +14,21 @@
<div id="content">
<h1>Release notes for <tt>checker-XXX</tt> builds</h1>
+<h4 id="checker_278">checker-278</h4>
+<p><b>built:</b> February 6, 2016</br>
+ <b>download:</b> <a href="downloads/checker-278.tar.bz2">checker-278.tar.bz2</a></p>
+ <p><b>highlights:</b></p>
+ <ul>
+ <li>Greatly improves analysis of C++ lambdas, including interprocedural analysis of lambda applications and reduced 'dead store'
+ false positives for variables captured by reference.</li>
+ <li>The analyzer now checks for misuse of 'vfork()'. This check is enabled by default.</li>
+ <li>The analyzer can now detect excessively-padded structs. This check can be enabled by passing the following
+ command to scan-build:<br />
+ <tt>-enable-checker optin.performance.Padding</tt> </li>
+ <li>The checks to detect misuse of <tt>_Nonnull</tt> are now enabled by default.</li>
+ <li>The checks to detect misuse of Objective-C generics are now enabled by default.</li>
+ <li>Many miscellaneous improvements.</li>
+ </ul>
<h4 id="checker_277">checker-277</h4>
<p><b>built:</b> October 28, 2015</br>
More information about the cfe-commits
mailing list