aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/CommandGuide
diff options
context:
space:
mode:
authorh-vetinari <h.vetinari@gmx.com>2024-01-17 15:28:29 +1100
committerGitHub <noreply@github.com>2024-01-16 20:28:29 -0800
commit3e0d71cdf4a406c6a1de825cf69d889d97ede46b (patch)
tree28473ebb31f9f494485007d5142e09e74f2f544b /clang/docs/CommandGuide
parent0a64367a72f1634321f5051221f05f2f364bd882 (diff)
downloadllvm-3e0d71cdf4a406c6a1de825cf69d889d97ede46b.zip
llvm-3e0d71cdf4a406c6a1de825cf69d889d97ede46b.tar.gz
llvm-3e0d71cdf4a406c6a1de825cf69d889d97ede46b.tar.bz2
[clang-cl] document correct defaults for `-fms-compatibility-version` / `-fmsc-version` (#76418)
The UserManual states wrongly (AFAICT) that these default are not being defined for clang-cl, whereas further up the opposite is stated: https://github.com/llvm/llvm-project/blob/c86fe3ee0b92934f5d18394d9a0cdc1d3f0eef64/clang/docs/UsersManual.rst#L3375-L3382 I've chosen to follow that wording, as it's the latest related update. CC @RIscRIpt who recently touched this in b3e6ff331925dde24a4707452d657da0fdf7f588 CC @AaronBallman who cared about this, c.f. 8fc0dcf036bf199b2af2e10a4f81215dbd706daf
Diffstat (limited to 'clang/docs/CommandGuide')
-rw-r--r--clang/docs/CommandGuide/clang.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/CommandGuide/clang.rst b/clang/docs/CommandGuide/clang.rst
index e1c872c..6433652 100644
--- a/clang/docs/CommandGuide/clang.rst
+++ b/clang/docs/CommandGuide/clang.rst
@@ -302,7 +302,7 @@ Language Selection and Mode Options
.. option:: -fmsc-version=
Set ``_MSC_VER``. When on Windows, this defaults to either the same value as
- the currently installed version of cl.exe, or ``1920``. Not set otherwise.
+ the currently installed version of cl.exe, or ``1933``. Not set otherwise.
.. option:: -fborland-extensions