[cfe-commits] r154071 - /cfe/trunk/docs/ReleaseNotes.html

David Blaikie dblaikie at gmail.com
Wed Apr 4 17:47:39 PDT 2012


Author: dblaikie
Date: Wed Apr  4 19:47:38 2012
New Revision: 154071

URL: http://llvm.org/viewvc/llvm-project?rev=154071&view=rev
Log:
RelNote improvements made to -Wliteral-conversion by r141955.

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=154071&r1=154070&r2=154071&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.html (original)
+++ cfe/trunk/docs/ReleaseNotes.html Wed Apr  4 19:47:38 2012
@@ -89,7 +89,8 @@
 
 <p>New: <code>-Wdangling-else</code>, <code>-Wstrncat-size</code>, ...</p>
 
-<p>Improved: <code>-Wformat</code>, <code>-Wempty-body</code>, ...</p>
+<p>Improved: <code>-Wformat</code>, <code>-Wempty-body</code>,
+<code>-Wliteral-conversion</code>, ...</p>
 
 <h4 id="tooling">Tooling</h4>
 <!-- FIXME: add a link to the tooling documentation once that's written. -->





More information about the cfe-commits mailing list