This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e18e320ef2 [ubsan] Don't check alignment if the alignment is 1 new a3cc5f2c2d Modules: Do not serialize #pragma pack state new 918a342711 [Coverage] Use the new getInstrProfSectionName API (NFC)
The 2 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: lib/CodeGen/CoverageMappingGen.cpp | 4 +++- lib/Serialization/ASTWriter.cpp | 5 ++++ test/Modules/Inputs/module.map | 17 +++----------- test/Modules/Inputs/pragma_pack_push.h | 6 ----- test/Modules/Inputs/pragma_pack_reset_push.h | 4 ---- test/Modules/pragma-pack.c | 35 ---------------------------- test/Modules/pragma-pack.cpp | 25 ++++++++++++++++++++ 7 files changed, 36 insertions(+), 60 deletions(-) delete mode 100644 test/Modules/Inputs/pragma_pack_push.h delete mode 100644 test/Modules/Inputs/pragma_pack_reset_push.h delete mode 100644 test/Modules/pragma-pack.c create mode 100644 test/Modules/pragma-pack.cpp