File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4287,8 +4287,8 @@ Execute ``clang-cl /?`` to see a list of supported options:
4287
4287
/Yc<filename> Generate a pch file for all code up to and including <filename>
4288
4288
/Yu<filename> Load a pch file and use it instead of all code up to and including <filename>
4289
4289
/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
4292
4292
/Zc:dllexportInlines- Don't dllexport/dllimport inline member functions of dllexport/import classes
4293
4293
/Zc:dllexportInlines dllexport/dllimport inline member functions of dllexport/import classes (default)
4294
4294
/Zc:sizedDealloc- Disable C++14 sized global deallocation functions
You can’t perform that action at this time.
0 commit comments