[PATCH] D31241: [Modules][PCH] Serialize #pragma pack

2017-03-31 Thread Alex Lorenz via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL299226: [Modules][PCH] Serialize #pragma pack (authored by arphaman). Changed prior to commit: https://reviews.llvm.org/D31241?vs=92638=93650#toc Repository: rL LLVM https://reviews.llvm.org/D31241

[PATCH] D31241: [Modules][PCH] Serialize #pragma pack

2017-03-29 Thread Bruno Cardoso Lopes via Phabricator via cfe-commits
bruno accepted this revision. bruno added a comment. This revision is now accepted and ready to land. Thanks Alex. LGTM Repository: rL LLVM https://reviews.llvm.org/D31241 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[PATCH] D31241: [Modules][PCH] Serialize #pragma pack

2017-03-22 Thread Alex Lorenz via Phabricator via cfe-commits
arphaman created this revision. This patch serializes the state of `#pragma pack`. It preserves the state of the pragma from a PCH/from modules in a file that uses that PCH/those modules. Repository: rL LLVM https://reviews.llvm.org/D31241 Files: include/clang/Serialization/ASTBitCodes.h