diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-06-22 16:00:05 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-06-22 16:00:05 +0000 |
commit | 707e3ba37c858efcb67f5e8121ab46a028388c3a (patch) | |
tree | 581f3e3ed33933cac1a3000f41b2ee541d230921 /clang | |
parent | e114c3a3ba7dee31c2b90c7472cd5f72ef00d9ca (diff) | |
download | bcm5719-llvm-707e3ba37c858efcb67f5e8121ab46a028388c3a.tar.gz bcm5719-llvm-707e3ba37c858efcb67f5e8121ab46a028388c3a.zip |
[cxx_status] Minor wording tweaks.
llvm-svn: 211471
Diffstat (limited to 'clang')
-rw-r--r-- | clang/www/cxx_status.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index b27fd394ed3..f2ab072db29 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -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 |