From 4d38aeb37232b32d865d6917457abfaa0db2bc98 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Mon, 8 Jun 2009 06:21:03 +0000 Subject: Minor documentation update about Microsoft extensions. llvm-svn: 73052 --- clang/docs/UsersManual.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'clang/docs/UsersManual.html') 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.

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.

+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). +

  • clang does not support the Microsoft extension where anonymous record members can be declared using user defined typedefs.
  • -- cgit v1.2.3