File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ Language Selection and Mode Options
302
302
.. option :: -fmsc-version=
303
303
304
304
Set ``_MSC_VER ``. When on Windows, this defaults to either the same value as
305
- the currently installed version of cl.exe, or ``1920 ``. Not set otherwise.
305
+ the currently installed version of cl.exe, or ``1933 ``. Not set otherwise.
306
306
307
307
.. option :: -fborland-extensions
308
308
Original file line number Diff line number Diff line change @@ -4436,11 +4436,11 @@ Execute ``clang-cl /?`` to see a list of supported options:
4436
4436
-fmerge-all-constants Allow merging of constants
4437
4437
-fms-compatibility-version=<value>
4438
4438
Dot-separated value representing the Microsoft compiler version
4439
- number to report in _MSC_VER (0 = don't define it ( default) )
4439
+ number to report in _MSC_VER (0 = don't define it; default is same value as installed cl.exe, or 1933 )
4440
4440
-fms-compatibility Enable full Microsoft Visual C++ compatibility
4441
4441
-fms-extensions Accept some non-standard constructs supported by the Microsoft compiler
4442
4442
-fmsc-version=<value> Microsoft compiler version number to report in _MSC_VER
4443
- (0 = don't define it ( default) )
4443
+ (0 = don't define it; default is same value as installed cl.exe, or 1933 )
4444
4444
-fno-addrsig Don't emit an address-significance table
4445
4445
-fno-builtin-<value> Disable implicit builtin knowledge of a specific function
4446
4446
-fno-builtin Disable implicit builtin knowledge of functions
You can’t perform that action at this time.
0 commit comments