[cfe-commits] r150879 - /cfe/trunk/docs/ReleaseNotes.html
Dmitri Gribenko
gribozavr at gmail.com
Sat Feb 18 06:13:26 PST 2012
Author: gribozavr
Date: Sat Feb 18 08:13:26 2012
New Revision: 150879
URL: http://llvm.org/viewvc/llvm-project?rev=150879&view=rev
Log:
Add -Wstrncat-size and -Wempty-body to release notes.
Modified:
cfe/trunk/docs/ReleaseNotes.html
Modified: cfe/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.html?rev=150879&r1=150878&r2=150879&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.html (original)
+++ cfe/trunk/docs/ReleaseNotes.html Sat Feb 18 08:13:26 2012
@@ -87,9 +87,9 @@
<h4 id="diagnostics">New and better diagnostics</h4>
-<p>New: <code>-Wdangling-else</code>, ...</p>
+<p>New: <code>-Wdangling-else</code>, <code>-Wstrncat-size</code>, ...</p>
-<p>Improved: <code>-Wformat</code>, ...</p>
+<p>Improved: <code>-Wformat</code>, <code>-Wempty-body</code>, ...</p>
<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->
<h3 id="cchanges">C Language Changes in Clang</h3>
More information about the cfe-commits
mailing list