diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-05-13 21:40:49 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-05-13 21:40:49 +0000 |
commit | ffe4e63b408582f55b273224ba3a92309758ef6a (patch) | |
tree | 8aa2a22ded57da84123fd336753051d4b83dc5f2 /clang/docs/UsersManual.html | |
parent | ca528538a90955983c0d6e8a0d8fb71755103074 (diff) | |
download | bcm5719-llvm-ffe4e63b408582f55b273224ba3a92309758ef6a.tar.gz bcm5719-llvm-ffe4e63b408582f55b273224ba3a92309758ef6a.zip |
Note that clang follows the MSVC definition for #pragma pack.
llvm-svn: 71725
Diffstat (limited to 'clang/docs/UsersManual.html')
-rw-r--r-- | clang/docs/UsersManual.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/docs/UsersManual.html b/clang/docs/UsersManual.html index ca01f2feb12..8cacf7fd57a 100644 --- a/clang/docs/UsersManual.html +++ b/clang/docs/UsersManual.html @@ -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> <!-- ======================================================================= --> |