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
diff --git a/docs/UsersManual.html b/docs/UsersManual.html
index ca01f2f..8cacf7f 100644
--- a/docs/UsersManual.html
+++ b/docs/UsersManual.html
@@ -622,6 +622,11 @@
 <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>
 <!-- ======================================================================= -->