diff options
| author | Devin Coughlin <dcoughlin@apple.com> | 2016-02-06 00:53:33 +0000 |
|---|---|---|
| committer | Devin Coughlin <dcoughlin@apple.com> | 2016-02-06 00:53:33 +0000 |
| commit | ca14ce0f1d9921f5f079675fae346a8982266e70 (patch) | |
| tree | 1ee4d202c6eb4b56610801c6e699f983ef7e045c /clang/www/analyzer | |
| parent | b8fec3ea626863a71e217c0ea75a74f8451a651c (diff) | |
| download | bcm5719-llvm-ca14ce0f1d9921f5f079675fae346a8982266e70.tar.gz bcm5719-llvm-ca14ce0f1d9921f5f079675fae346a8982266e70.zip | |
[www] Update analyzer website for checker-278.
llvm-svn: 259967
Diffstat (limited to 'clang/www/analyzer')
| -rw-r--r-- | clang/www/analyzer/latest_checker.html.incl | 2 | ||||
| -rw-r--r-- | clang/www/analyzer/release_notes.html | 15 |
2 files changed, 16 insertions, 1 deletions
diff --git a/clang/www/analyzer/latest_checker.html.incl b/clang/www/analyzer/latest_checker.html.incl index 84d64e61a9a..0f236208dff 100644 --- a/clang/www/analyzer/latest_checker.html.incl +++ b/clang/www/analyzer/latest_checker.html.incl @@ -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) diff --git a/clang/www/analyzer/release_notes.html b/clang/www/analyzer/release_notes.html index be78a1933c9..29ce46e59af 100644 --- a/clang/www/analyzer/release_notes.html +++ b/clang/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 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> |

