[llvm-branch-commits] [cfe-branch] r156641 - /cfe/branches/release_31/docs/ReleaseNotes.html

Bill Wendling isanbard at gmail.com
Fri May 11 13:50:48 PDT 2012


Author: void
Date: Fri May 11 15:50:48 2012
New Revision: 156641

URL: http://llvm.org/viewvc/llvm-project?rev=156641&view=rev
Log:
Update.

Modified:
    cfe/branches/release_31/docs/ReleaseNotes.html

Modified: cfe/branches/release_31/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_31/docs/ReleaseNotes.html?rev=156641&r1=156640&r2=156641&view=diff
==============================================================================
--- cfe/branches/release_31/docs/ReleaseNotes.html (original)
+++ cfe/branches/release_31/docs/ReleaseNotes.html Fri May 11 15:50:48 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 llvm-branch-commits mailing list