Skip to content

Commit fa832d5

Browse files
committed
[clang][doc] Uses C++20 instead of C++2a.
1 parent 1c43aa4 commit fa832d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/docs/UsersManual.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4287,8 +4287,8 @@ Execute ``clang-cl /?`` to see a list of supported options:
42874287
/Yc<filename> Generate a pch file for all code up to and including <filename>
42884288
/Yu<filename> Load a pch file and use it instead of all code up to and including <filename>
42894289
/Z7 Enable CodeView debug information in object files
4290-
/Zc:char8_t Enable C++2a char8_t type
4291-
/Zc:char8_t- Disable C++2a char8_t type
4290+
/Zc:char8_t Enable C++20 char8_t type
4291+
/Zc:char8_t- Disable C++20 char8_t type
42924292
/Zc:dllexportInlines- Don't dllexport/dllimport inline member functions of dllexport/import classes
42934293
/Zc:dllexportInlines dllexport/dllimport inline member functions of dllexport/import classes (default)
42944294
/Zc:sizedDealloc- Disable C++14 sized global deallocation functions

0 commit comments

Comments
 (0)