[all-commits] [llvm/llvm-project] a8f75d: [clang-cl] Add driver support for /std:c++20 and b...
Hans via All-commits
all-commits at lists.llvm.org
Wed May 26 07:09:44 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a8f75d497daa2684a03909d7c31d5bce11b427e1
https://github.com/llvm/llvm-project/commit/a8f75d497daa2684a03909d7c31d5bce11b427e1
Author: Hans Wennborg <hans at chromium.org>
Date: 2021-05-26 (Wed, 26 May 2021)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/test/Driver/cl-options.c
Log Message:
-----------
[clang-cl] Add driver support for /std:c++20 and bump /std:c++latest (PR50465)
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.
Differential revision: https://reviews.llvm.org/D103155
More information about the All-commits
mailing list