[all-commits] [llvm/llvm-project] 8f9a54: Correct stale documentation for default MSVC versi...
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Tue May 23 10:13:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8f9a54a64ac1ecb86672c2c91f1b397667a02150
https://github.com/llvm/llvm-project/commit/8f9a54a64ac1ecb86672c2c91f1b397667a02150
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2023-05-23 (Tue, 23 May 2023)
Changed paths:
M clang/docs/CommandGuide/clang.rst
M clang/docs/UsersManual.rst
Log Message:
-----------
Correct stale documentation for default MSVC version numbers
We documented -fmsc-version as defaulting to 1300 and
-fms-compatibility-version as defaulting to 1800, neither of which
were accurate. We currently default to 1920.
See MSVCToolChain::computeMSVCVersion() for details.
More information about the All-commits
mailing list