diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 2fc73e11bfef..8e7b35920e9b 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -521,7 +521,7 @@ version 3.7.

C++17 implementation status

-

Clang SVN implements all the features +

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.

@@ -647,7 +647,7 @@ of the C++ 2017 Draft International Standard. constexpr lambda expressions P0170R1 - SVN + Clang 5 Differing begin and end types in range-based for @@ -683,7 +683,7 @@ of the C++ 2017 Draft International Standard. Template argument deduction for class templates P0091R3 - SVN + Clang 5 P0512R0 @@ -895,7 +895,7 @@ and library features that are not part of standard C++.

[DRAFT TS] Coroutines N4663 -fcoroutines-ts
-stdlib=libc++
- SVN + Clang 5 [TS] Library Fundamentals, Version 1 (invocation type traits)