aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2009-06-08 06:21:03 +0000
committerEli Friedman <eli.friedman@gmail.com>2009-06-08 06:21:03 +0000
commita1821b5f8bee18c8298daead12faffc39266ac23 (patch)
treea5e2c3b344073aff34cb7ba78cf6c311798cea28 /docs
parentabc4e32603bd9d3e392e23762cc366e45d772685 (diff)
Minor documentation update about Microsoft extensions.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73052 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-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>