From: Richard Smith Date: Sun, 20 Mar 2016 10:37:12 +0000 (+0000) Subject: Mark C++ features implemented in Clang 3.8 as done now that 3.8 has released. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c6d6b5cc0a89011c397a32dc32162c10056e558;p=clang Mark C++ features implemented in Clang 3.8 as done now that 3.8 has released. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@263896 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/cxx_status.html b/www/cxx_status.html index 04ca78bcff..301b08ab47 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -567,7 +567,7 @@ as the draft C++1z standard evolves.

New auto rules for direct-list-initialization N3922 - Clang 3.8 (8) + Clang 3.8 (8) @@ -603,12 +603,12 @@ as the draft C++1z standard evolves.

Remove deprecated register storage class P0001R1 - Clang 3.8 + Clang 3.8 Remove deprecated bool increment P0002R1 - Clang 3.8 + Clang 3.8 Make exception specifications part of the type system