[cfe-commits] r151286 - /cfe/trunk/www/analyzer/release_notes.html

Anna Zaks ganna at apple.com
Thu Feb 23 13:38:14 PST 2012


Author: zaks
Date: Thu Feb 23 15:38:14 2012
New Revision: 151286

URL: http://llvm.org/viewvc/llvm-project?rev=151286&view=rev
Log:
[analyzer] Add CString checks to the release notes.

Modified:
    cfe/trunk/www/analyzer/release_notes.html

Modified: cfe/trunk/www/analyzer/release_notes.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/release_notes.html?rev=151286&r1=151285&r2=151286&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/release_notes.html (original)
+++ cfe/trunk/www/analyzer/release_notes.html Thu Feb 23 15:38:14 2012
@@ -24,9 +24,11 @@
 <ul>
   <li>Contains a new experimental malloc/free checker.</li>
   <li>Better support for projects using ARC.</li>
-  <li>set-xcode-analyzer now supports self-contained Xcode.app (Xcode 4.3 and later).
-  <li>Misc. bug fixes and performance work.</li>
+  <li>Warns about null pointers passed as arguments to C string functions.</li>
+  <li>Warns about common anti-patterns in 'strncat' size argument, which can lead to buffer overflows.</li>
+  <li>set-xcode-analyzer now supports self-contained Xcode.app (Xcode 4.3 and later).</li>
   <li>Contains a newer version of the analyzer than Xcode 4.3.</li>
+  <li>Misc. bug fixes and performance work.</li>
 </ul>
 
 <h4 id="checker_260">checker-260</h4>





More information about the cfe-commits mailing list