[llvm-branch-commits] [cfe-branch] r311453 - Mention #pragma pack PCH serialization change in release notes

Alex Lorenz via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Aug 22 06:23:54 PDT 2017


Author: arphaman
Date: Tue Aug 22 06:23:54 2017
New Revision: 311453

URL: http://llvm.org/viewvc/llvm-project?rev=311453&view=rev
Log:
Mention #pragma pack PCH serialization change in release notes

Modified:
    cfe/branches/release_50/docs/ReleaseNotes.rst

Modified: cfe/branches/release_50/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_50/docs/ReleaseNotes.rst?rev=311453&r1=311452&r2=311453&view=diff
==============================================================================
--- cfe/branches/release_50/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_50/docs/ReleaseNotes.rst Tue Aug 22 06:23:54 2017
@@ -98,6 +98,10 @@ New Pragmas in Clang
 - Clang now supports the ``clang attribute`` pragma that allows users to apply
   an attribute to multiple declarations.
 
+- ``pragma pack`` directives that are included in a precompiled header are now
+  applied correctly to the declarations in the compilation unit that includes
+  that precompiled header.
+
 Attribute Changes in Clang
 --------------------------
 




More information about the llvm-branch-commits mailing list