diff options
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> <!-- ======================================================================= --> |