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 | 9375ed13dcf7a681874f89f7580b59caddbb2660 (patch) | |
tree | c961fbd55a37d67442cc659f2197193ed3d6889e /docs/UsersManual.html | |
parent | 1faf5baa2f5e1adecb289679fe41c8a5080e4611 (diff) |
Note that clang follows the MSVC definition for #pragma pack.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71725 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/UsersManual.html')
-rw-r--r-- | docs/UsersManual.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/UsersManual.html b/docs/UsersManual.html index ca01f2feb1..8cacf7fd57 100644 --- a/docs/UsersManual.html +++ b/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> <!-- ======================================================================= --> |