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``.
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``.
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits