From: Richard Smith Date: Sun, 31 Aug 2014 04:17:48 +0000 (+0000) Subject: cxx_status: the name C++14 isn't provisional any more. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b79c4d01d020d0a89c30b260b9c955a2490bd5e;p=clang cxx_status: the name C++14 isn't provisional any more. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216836 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/cxx_status.html b/www/cxx_status.html index f2ab072db2..992d18c187 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -28,8 +28,8 @@

Last updated: $Date$

Clang fully implements all published ISO C++ standards including C++11, as well as the upcoming standard provisionally named C++14, and some parts of the fledgling C++11, as well as the upcoming C++14 standard, and some parts of the fledgling C++1z standard, and is considered a production-quality C++ compiler. @@ -422,20 +422,21 @@ because changing intmax_t would be an ABI-incompatible change.

-

C++1y implementation status

+

C++14 implementation status

Clang 3.4 and later implement all of the Draft International Standard (see most recent publicly available draft) -of the upcoming C++ language standard, provisionally named C++1y. The following -table describes the Clang version in which each feature became available.

+of the upcoming C++14 language standard. The following table describes the +Clang version in which each feature became available.

-

You can use Clang in C++1y mode with the -std=c++1y option.

+

You can use Clang in C++14 mode with the -std=c++14 option +(use -std=c++1y in Clang 3.4).

- + @@ -507,7 +508,7 @@ table describes the Clang version in which each feature became available.

C++1z implementation status

Clang has highly experimental support for some proposed features of -the C++ standard following C++1y, +the C++ standard following C++14, provisionally named C++1z. The following table describes which C++1z features have been implemented in Clang and in which Clang version they became available.

Language FeatureC++1y ProposalC++14 Proposal Available in Clang?