This is an archive of the discontinued LLVM Phabricator instance.

[clang-cl] Define _MSVC_LANG for -std=c++2b
ClosedPublic

Authored by thakis on Dec 2 2021, 6:20 AM.

Details

Summary

This matches the value that msvc v19.29 VS16.11 uses for
_MSVC_LANG with /std:c++latest.

Diff Detail

Event Timeline

thakis requested review of this revision.Dec 2 2021, 6:20 AM
thakis created this revision.
hans accepted this revision.Dec 2 2021, 6:40 AM

lgtm

This revision is now accepted and ready to land.Dec 2 2021, 6:40 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptDec 2 2021, 9:09 AM