VS 2019 16.11 (just released in Preview) is adding support for the /std:c++20 option and bumping /std:c++latest to "post-c++20". This updates clang-cl to match.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D103155
[clang-cl] Add driver support for /std:c++20 and bump /std:c++latest (PR50465) ClosedPublic Authored by hans on May 26 2021, 4:09 AM.
Details Summary VS 2019 16.11 (just released in Preview) is adding support for the /std:c++20 option and bumping /std:c++latest to "post-c++20". This updates clang-cl to match.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 26 2021, 4:15 AM Closed by commit rGa8f75d497daa: [clang-cl] Add driver support for /std:c++20 and bump /std:c++latest (PR50465) (authored by hans). · Explain WhyMay 26 2021, 7:09 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 347954 clang/include/clang/Driver/Options.td
clang/lib/Driver/ToolChains/Clang.cpp
clang/test/Driver/cl-options.c
|