]> granicus.if.org Git - clang/commitdiff
The release notes are no place for modesty.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 27 Apr 2012 00:40:44 +0000 (00:40 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 27 Apr 2012 00:40:44 +0000 (00:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155681 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index d05c4b6939d1f0bfc550602e0ac6e4ba42e261a8..f49f7f851902e35d7b01b6146a92f895d1609c7c 100644 (file)
@@ -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