]> granicus.if.org Git - clang/commitdiff
Add -Wstrncat-size and -Wempty-body to release notes.
authorDmitri Gribenko <gribozavr@gmail.com>
Sat, 18 Feb 2012 14:13:26 +0000 (14:13 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Sat, 18 Feb 2012 14:13:26 +0000 (14:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150879 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 0cce0bed31edff8aba7e5b444981c301a7400577..8e69ded974269a9ff29cb3a9e50a42269704eb61 100644 (file)
@@ -87,9 +87,9 @@ Clang's support for those languages.</p>
 
 <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>