aboutsummaryrefslogtreecommitdiff
path: root/docs/UsersManual.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/UsersManual.html')
-rw-r--r--docs/UsersManual.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/UsersManual.html b/docs/UsersManual.html
index 460e331d39..221e07cdfd 100644
--- a/docs/UsersManual.html
+++ b/docs/UsersManual.html
@@ -606,9 +606,10 @@ translation units.</p>
<p>clang has some experimental support for extensions from
Microsoft Visual C++; to enable it, use the -fms-extensions command-line
-option. Eventually, this will be the default for Windows targets.
-These extensions are not anywhere near complete, so please do not
-file bugs; patches are welcome, though.</p>
+option. This is the default for Windows targets. Note that the
+support is incomplete; enabling Microsoft extensions will silently drop
+certain constructs (including __declspec and Microsoft-style asm statements).
+</p>
<li>clang does not support the Microsoft extension where anonymous
record members can be declared using user defined typedefs.</li>