forked from OSchip/llvm-project
Note that clang follows the MSVC definition for #pragma pack.
llvm-svn: 71725
This commit is contained in:
parent
ca528538a9
commit
ffe4e63b40
|
@ -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>
|
||||
<!-- ======================================================================= -->
|
||||
|
|
Loading…
Reference in New Issue