summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2012-04-27 00:40:44 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2012-04-27 00:40:44 +0000
commit641a87b9832453f9186f93b3a369055641482072 (patch)
treedf41305c3e02280758f78f3ccf3bddc5b2c68d87 /clang
parentb2a470646ae59554e67dcb244989db83e6a73b03 (diff)
downloadbcm5719-llvm-641a87b9832453f9186f93b3a369055641482072.tar.gz
bcm5719-llvm-641a87b9832453f9186f93b3a369055641482072.zip
The release notes are no place for modesty.
llvm-svn: 155681
Diffstat (limited to 'clang')
-rw-r--r--clang/docs/ReleaseNotes.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/ReleaseNotes.html b/clang/docs/ReleaseNotes.html
index d05c4b6939d..f49f7f85190 100644
--- a/clang/docs/ReleaseNotes.html
+++ b/clang/docs/ReleaseNotes.html
@@ -118,8 +118,8 @@ modes.</p>
<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->
<h4 id="cxx11changes">C++11 Feature Support</h4>
-<p>Clang 3.1 adds support for
-<a href="http://clang.llvm.org/cxx_status.html#cxx11">more of the language
+<p>Clang 3.1 supports
+<a href="http://clang.llvm.org/cxx_status.html#cxx11">most of the language
features</a> added in the latest ISO C++ standard,
<a href="http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=50372">C++ 2011</a>.
Use <code>-std=c++11</code> or <code>-std=gnu++11</code> to enable support for
OpenPOWER on IntegriCloud