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

Richard Smith richard-llvm at metafoo.co.uk
Thu Apr 26 17:40:45 PDT 2012


Author: rsmith
Date: Thu Apr 26 19:40:44 2012
New Revision: 155681

URL: http://llvm.org/viewvc/llvm-project?rev=155681&view=rev
Log:
The release notes are no place for modesty.

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=155681&r1=155680&r2=155681&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.html (original)
+++ cfe/trunk/docs/ReleaseNotes.html Thu Apr 26 19:40:44 2012
@@ -118,8 +118,8 @@
 <!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->
 
 <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





More information about the cfe-commits mailing list