]> granicus.if.org Git - clang/commitdiff
Add a brief mention of the warning flag name updates associated with the
authorChandler Carruth <chandlerc@gmail.com>
Mon, 28 Nov 2011 21:55:34 +0000 (21:55 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 28 Nov 2011 21:55:34 +0000 (21:55 +0000)
C++11 standard.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145284 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 8a61c8e4ab07012c5dfde9dea94fe41e6311219e..636d3e324ee04b4106e87603caa53a1d4f6a1916 100644 (file)
@@ -211,6 +211,9 @@ features. The following are now considered to be of production quality:
   <li>A full set of <a href="http://clang.llvm.org/docs/LanguageExtensions.html#checking_type_traits">type traits</a>,
   sufficient to support C++11 standard libraries</li>
 </ul>
+All warning and language selection flags which previously accepted
+<code>c++0x</code> now accept <code>c++11</code>. The old <code>c++0x</code>
+form remains as an alias.
 
 <!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->
 <h3 id="objcchanges">Objective-C Language Changes in Clang</h3>