r211471 - [cxx_status] Minor wording tweaks.

Richard Smith richard-llvm at metafoo.co.uk
Sun Jun 22 09:00:06 PDT 2014


Author: rsmith
Date: Sun Jun 22 11:00:05 2014
New Revision: 211471

URL: http://llvm.org/viewvc/llvm-project?rev=211471&view=rev
Log:
[cxx_status] Minor wording tweaks.

Modified:
    cfe/trunk/www/cxx_status.html

Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=211471&r1=211470&r2=211471&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Sun Jun 22 11:00:05 2014
@@ -50,11 +50,11 @@ each language mode.</p>
 
 <p>Clang implements all of the ISO C++ 1998 standard
   (including the defects addressed in the ISO C++ 2003 standard)
-  except for <tt>export</tt> (which has been removed in C++11).
+  except for <tt>export</tt> (which was removed in C++11).
 
 <h2 id="cxx11">C++11 implementation status</h2>
 
-  <p>Clang implements all of the <a
+  <p>Clang 3.3 and later implement all of the <a
     href="http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=50372">ISO
     C++ 2011 standard</a>. The following table describes the Clang version
   in which each feature became available.</p>
@@ -424,7 +424,7 @@ change.</span>
 
 <h2 id="cxx14">C++1y implementation status</h2>
 
-<p>Clang implements all of the Draft International Standard (see <a
+<p>Clang 3.4 and later implement all of the Draft International Standard (see <a
 href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3797.pdf">most
 recent publicly available draft</a>)
 of the upcoming C++ language standard, provisionally named C++1y.  The following





More information about the cfe-commits mailing list