[clang] 6d34a87 - [cxx_status] Update -std= instructions for C++20.
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 20 11:41:09 PST 2020
Author: Richard Smith
Date: 2020-02-20T11:40:09-08:00
New Revision: 6d34a87bae6ea211076c25faef7da5d29cb8e46d
URL: https://github.com/llvm/llvm-project/commit/6d34a87bae6ea211076c25faef7da5d29cb8e46d
DIFF: https://github.com/llvm/llvm-project/commit/6d34a87bae6ea211076c25faef7da5d29cb8e46d.diff
LOG: [cxx_status] Update -std= instructions for C++20.
We merged support for -std=c++20 to the Clang 10 branch, so -std=c++2a
is only needed in Clang 9 and earlier.
Added:
Modified:
clang/www/cxx_status.html
Removed:
################################################################################
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 58d9364192d6..9e8322aaf281 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -825,7 +825,7 @@ <h2 id="cxx20">C++20 implementation status</h2>
ISO C++ 2020 Draft International Standard.
<p>You can use Clang in C++20 mode with the <code>-std=c++20</code> option
-(use <code>-std=c++2a</code> in Clang 10 and earlier).</p>
+(use <code>-std=c++2a</code> in Clang 9 and earlier).</p>
<details open>
<summary>List of features and minimum Clang version with support</summary>
More information about the cfe-commits
mailing list