[PATCH] D103293: [clang-cl] Bump default -fms-compatibility-version to 19.14

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 27 19:42:50 PDT 2021


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm with the comment update

I'm surprised there wasn't more fallout.



================
Comment at: clang/lib/Driver/ToolChains/MSVC.cpp:1340
                    IsWindowsMSVC)) {
-    // -fms-compatibility-version=19.11 is default, aka 2017, 15.3
-    MSVT = VersionTuple(19, 11);
+    // -fms-compatibility-version=19.14 is default, aka 2021
+    MSVT = VersionTuple(19, 14);
----------------
It's not 2021, it corresponds to 2017, 15.7.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103293/new/

https://reviews.llvm.org/D103293



More information about the cfe-commits mailing list