[cfe-commits] r73052 - /cfe/trunk/docs/UsersManual.html

Eli Friedman eli.friedman at gmail.com
Sun Jun 7 23:21:03 PDT 2009


Author: efriedma
Date: Mon Jun  8 01:21:03 2009
New Revision: 73052

URL: http://llvm.org/viewvc/llvm-project?rev=73052&view=rev
Log:
Minor documentation update about Microsoft extensions.


Modified:
    cfe/trunk/docs/UsersManual.html

Modified: cfe/trunk/docs/UsersManual.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/UsersManual.html?rev=73052&r1=73051&r2=73052&view=diff

==============================================================================
--- cfe/trunk/docs/UsersManual.html (original)
+++ cfe/trunk/docs/UsersManual.html Mon Jun  8 01:21:03 2009
@@ -606,9 +606,10 @@
 
 <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>





More information about the cfe-commits mailing list