We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c88a7a7 commit 8fc0dcfCopy full SHA for 8fc0dcf
clang/lib/Driver/ToolChains/MSVC.cpp
@@ -785,6 +785,9 @@ VersionTuple MSVCToolChain::computeMSVCVersion(const Driver *D,
785
Args.hasFlag(options::OPT_fms_extensions, options::OPT_fno_ms_extensions,
786
IsWindowsMSVC)) {
787
// -fms-compatibility-version=19.20 is default, aka 2019, 16.x
788
+ // NOTE: when changing this value, also update
789
+ // clang/docs/CommandGuide/clang.rst and clang/docs/UsersManual.rst
790
+ // accordingly.
791
MSVT = VersionTuple(19, 20);
792
}
793
return MSVT;
0 commit comments