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

Daniel Dunbar daniel at zuster.org
Wed May 13 14:41:13 PDT 2009


Author: ddunbar
Date: Wed May 13 16:40:49 2009
New Revision: 71725

URL: http://llvm.org/viewvc/llvm-project?rev=71725&view=rev
Log:
Note that clang follows the MSVC definition for #pragma pack.

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=71725&r1=71724&r2=71725&view=diff

==============================================================================
--- cfe/trunk/docs/UsersManual.html (original)
+++ cfe/trunk/docs/UsersManual.html Wed May 13 16:40:49 2009
@@ -622,6 +622,11 @@
 <li>clang does not support the Microsoft extension where anonymous
 record members can be declared using user defined typedefs.</li>
 
+<li>clang supports the Microsoft "#pragma pack" feature for
+controlling record layout. GCC also contains support for this feature,
+however where MSVC and GCC are incompatible clang follows the MSVC
+definition.</li>
+
 <!-- ======================================================================= -->
 <h2 id="objc">Objective-C Language Features</h2>
 <!-- ======================================================================= -->





More information about the cfe-commits mailing list