[clang] fa832d5 - [clang][doc] Uses C++20 instead of C++2a.

Mark de Wever via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 31 11:23:08 PDT 2023


Author: Mark de Wever
Date: 2023-08-31T20:22:35+02:00
New Revision: fa832d5ae8b3d61d0f1f44e20c4cc61030753d79

URL: https://github.com/llvm/llvm-project/commit/fa832d5ae8b3d61d0f1f44e20c4cc61030753d79
DIFF: https://github.com/llvm/llvm-project/commit/fa832d5ae8b3d61d0f1f44e20c4cc61030753d79.diff

LOG: [clang][doc] Uses C++20 instead of C++2a.

Added: 
    

Modified: 
    clang/docs/UsersManual.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst
index d7854d3920f4a9..d047aa3f15d15e 100644
--- a/clang/docs/UsersManual.rst
+++ b/clang/docs/UsersManual.rst
@@ -4287,8 +4287,8 @@ Execute ``clang-cl /?`` to see a list of supported options:
       /Yc<filename>           Generate a pch file for all code up to and including <filename>
       /Yu<filename>           Load a pch file and use it instead of all code up to and including <filename>
       /Z7                     Enable CodeView debug information in object files
-      /Zc:char8_t             Enable C++2a char8_t type
-      /Zc:char8_t-            Disable C++2a char8_t type
+      /Zc:char8_t             Enable C++20 char8_t type
+      /Zc:char8_t-            Disable C++20 char8_t type
       /Zc:dllexportInlines-   Don't dllexport/dllimport inline member functions of dllexport/import classes
       /Zc:dllexportInlines    dllexport/dllimport inline member functions of dllexport/import classes (default)
       /Zc:sizedDealloc-       Disable C++14 sized global deallocation functions


        


More information about the cfe-commits mailing list