summaryrefslogtreecommitdiff
path: root/www/analyzer/release_notes.html
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2016-07-23 20:44:14 +0000
committerDimitry Andric <dim@FreeBSD.org>2016-07-23 20:44:14 +0000
commit2b6b257f4e5503a7a2675bdb8735693db769f75c (patch)
treee85e046ae7003fe3bcc8b5454cd0fa3f7407b470 /www/analyzer/release_notes.html
parentb4348ed0b7e90c0831b925fbee00b5f179a99796 (diff)
Notes
Diffstat (limited to 'www/analyzer/release_notes.html')
-rw-r--r--www/analyzer/release_notes.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/analyzer/release_notes.html b/www/analyzer/release_notes.html
index be78a1933c94..85aa08f158aa 100644
--- a/www/analyzer/release_notes.html
+++ b/www/analyzer/release_notes.html
@@ -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 5, 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 />
+ &nbsp;&nbsp;<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>