This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

hans created this revision.May 26 2021, 4:09 AM
hans requested review of this revision.May 26 2021, 4:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 26 2021, 4:09 AM
thakis accepted this revision.May 26 2021, 4:15 AM
This revision is now accepted and ready to land.May 26 2021, 4:15 AM
CaseyCarter accepted this revision.May 26 2021, 6:38 AM
CaseyCarter added a subscriber: CaseyCarter.

Looks great - thanks Hans!