summaryrefslogtreecommitdiffstats
path: root/clang/docs/UsersManual.html
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-05-13 21:40:49 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-05-13 21:40:49 +0000
commitffe4e63b408582f55b273224ba3a92309758ef6a (patch)
tree8aa2a22ded57da84123fd336753051d4b83dc5f2 /clang/docs/UsersManual.html
parentca528538a90955983c0d6e8a0d8fb71755103074 (diff)
downloadbcm5719-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.html5
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>
<!-- ======================================================================= -->
OpenPOWER on IntegriCloud