This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ef8a2a5 Add back test for r299152 new 40be91d [Modules][PCH] Serialize #pragma pack
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Serialization/ASTBitCodes.h | 3 + include/clang/Serialization/ASTReader.h | 11 ++++ include/clang/Serialization/ASTWriter.h | 1 + lib/Sema/SemaAttr.cpp | 1 + lib/Serialization/ASTReader.cpp | 50 ++++++++++++++++ lib/Serialization/ASTWriter.cpp | 15 +++++ test/Modules/Inputs/module.map | 16 +++++ test/Modules/Inputs/pragma_pack_push.h | 6 ++ test/Modules/Inputs/pragma_pack_reset_push.h | 4 ++ test/Modules/Inputs/pragma_pack_set.h | 3 + test/Modules/pragma-pack.c | 35 +++++++++++ test/PCH/pragma-pack.c | 90 ++++++++++++++++++++++++++++ 12 files changed, 235 insertions(+) create mode 100644 test/Modules/Inputs/pragma_pack_push.h create mode 100644 test/Modules/Inputs/pragma_pack_reset_push.h create mode 100644 test/Modules/Inputs/pragma_pack_set.h create mode 100644 test/Modules/pragma-pack.c create mode 100644 test/PCH/pragma-pack.c