From c61fec25946133af71a4d8efb0a375915e1f8573 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Wed, 30 Aug 2017 23:10:31 +0000 Subject: [PATCH] [cxx_status] Update to describe current status a bit better. llvm-svn: 312191 --- clang/www/cxx_status.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 9058091d671b..d90d08f0c27b 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -11,7 +11,7 @@ .svn { background-color: #FFFF99 } .full { background-color: #CCFF99 } .na { background-color: #DDDDDD } - span:target { background-color: #FFFFBB; outline: #DDDD55 solid thin; } + :target { background-color: #FFFFBB; outline: #DDDD55 solid thin; } th { background-color: #FFDDAA } td { vertical-align: middle } tt { white-space: nowrap } @@ -524,7 +524,8 @@ version 3.7.

Clang 5 and later implement all the features of the C++ 2017 Draft International Standard. -

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

+

You can use Clang in C++17 mode with the -std=c++17 option +(use -std=c++1z in Clang 4 and earlier).

List of features and minimum Clang version with support @@ -829,7 +830,7 @@ as the draft C++2a standard evolves. P0702R1 No - + Concepts P0734R0 No @@ -893,7 +894,7 @@ and library features that are not part of standard C++.

[TS] Concepts P0121R0 - WIP + Superseded by P0734R0 [DRAFT TS] Coroutines