diff options
Diffstat (limited to 'docs/UsersManual.html')
-rw-r--r-- | docs/UsersManual.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/UsersManual.html b/docs/UsersManual.html index 154cf86add..a271dc32bf 100644 --- a/docs/UsersManual.html +++ b/docs/UsersManual.html @@ -922,6 +922,12 @@ support is incomplete; enabling Microsoft extensions will silently drop certain constructs (including __declspec and Microsoft-style asm statements). </p> +<li>clang allows setting _MCS_VER with -fmsc-version=. It defaults to 1300 which +is the same as Visual C/C++ 2003. Any number is supported and can greatly affect +what Windows SDK and c++stdlib headers clang can compile. This option will be +removed when clang supports the full set of MS extensions required for these +headers.</li> + <li>clang does not support the Microsoft extension where anonymous record members can be declared using user defined typedefs.</li> |