[PATCH] D127065: [docs] Update supported language standards list for C++
Yuki Okushi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jun 4 20:18:58 PDT 2022
JohnTitor created this revision.
Herald added a project: All.
JohnTitor requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D127065
Files:
clang/docs/CommandGuide/clang.rst
Index: clang/docs/CommandGuide/clang.rst
===================================================================
--- clang/docs/CommandGuide/clang.rst
+++ clang/docs/CommandGuide/clang.rst
@@ -185,13 +185,21 @@
ISO C++ 2017 with amendments and GNU extensions
- | ``c++2a``
+ | ``c++20``
- Working draft for ISO C++ 2020
+ ISO C++ 2020 with amendments
- | ``gnu++2a``
+ | ``gnu++20``
- Working draft for ISO C++ 2020 with GNU extensions
+ ISO C++ 2020 with amendments and GNU extensions
+
+ | ``c++2b``
+
+ Working draft for ISO C++ 2023
+
+ | ``gnu++2b``
+
+ Working draft for ISO C++ 2023 with GNU extensions
The default C++ language standard is ``gnu++14``.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127065.434304.patch
Type: text/x-patch
Size: 694 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220605/68f54010/attachment.bin>
More information about the cfe-commits
mailing list