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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits