Note that clang follows the MSVC definition for #pragma pack.

llvm-svn: 71725
This commit is contained in:
Daniel Dunbar 2009-05-13 21:40:49 +00:00
parent ca528538a9
commit ffe4e63b40
1 changed files with 5 additions and 0 deletions

View File

@ -622,6 +622,11 @@ file bugs; patches are welcome, though.</p>
<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>
<!-- ======================================================================= -->