]> granicus.if.org Git - clang/commitdiff
[www] Update analyzer website for checker-278.
authorDevin Coughlin <dcoughlin@apple.com>
Sat, 6 Feb 2016 00:53:33 +0000 (00:53 +0000)
committerDevin Coughlin <dcoughlin@apple.com>
Sat, 6 Feb 2016 00:53:33 +0000 (00:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@259967 91177308-0d34-0410-b5e6-96231b3b80d8

www/analyzer/latest_checker.html.incl
www/analyzer/release_notes.html

index 84d64e61a9a97d13f1de84b24cc19c3d1951447f..0f236208dff7d04dfb6d5661ad76f639ab6ffb59 100644 (file)
@@ -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)
index be78a1933c942f700a5b10199f9dda9be390c03f..29ce46e59af79bab15c9c35ff56504ea6fd62400 100644 (file)
 <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 />
+  &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>