summaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-11-28 21:55:34 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-11-28 21:55:34 +0000
commitbc02a043ff0a5192ccfde1a7784ff5b0a83d7383 (patch)
tree543f242a87bb6e268f77ef12ecdd413b836b2384 /docs/ReleaseNotes.html
parentf16d725302f9f13745fee5cf80ed825ab2f7c527 (diff)
Add a brief mention of the warning flag name updates associated with the
C++11 standard. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145284 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 8a61c8e4ab..636d3e324e 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -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>