summaryrefslogtreecommitdiffstats
path: root/clang/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
commit4d38aeb37232b32d865d6917457abfaa0db2bc98 (patch)
treef9dd90b9eca008a4c9161b9586eeaaa054b91ef7 /clang/docs
parentaa27a87ab38bde9fbfbb8582d52d66194cbb7dd2 (diff)
downloadbcm5719-llvm-4d38aeb37232b32d865d6917457abfaa0db2bc98.tar.gz
bcm5719-llvm-4d38aeb37232b32d865d6917457abfaa0db2bc98.zip
Minor documentation update about Microsoft extensions.
llvm-svn: 73052
Diffstat (limited to 'clang/docs')
-rw-r--r--clang/docs/UsersManual.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/clang/docs/UsersManual.html b/clang/docs/UsersManual.html
index 460e331d396..221e07cdfd5 100644
--- a/clang/docs/UsersManual.html
+++ b/clang/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>
OpenPOWER on IntegriCloud