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 -------------------------- _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits