This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1bbf8120e4 Fix compilation problem introduced in r308433 new 62df600523 Recommit r308327: Add a warning for missing '#pragma pack (p [...]
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/Basic/DiagnosticGroups.td | 3 +- include/clang/Basic/DiagnosticSemaKinds.td | 10 ++++++ include/clang/Lex/PPCallbacks.h | 6 ++++ include/clang/Sema/Sema.h | 31 ++++++++++++++--- include/clang/Serialization/ASTReader.h | 1 + lib/Parse/ParsePragma.cpp | 9 +++-- lib/Sema/Sema.cpp | 54 ++++++++++++++++++++++++++++++ lib/Sema/SemaAttr.cpp | 37 +++++++++++++++++++- lib/Serialization/ASTReader.cpp | 6 ++-- lib/Serialization/ASTWriter.cpp | 1 + test/OpenMP/declare_simd_messages.cpp | 2 +- test/PCH/pragma-pack.c | 30 ++++++++--------- test/PCH/suspicious-pragma-pack.c | 8 +++++ test/Parser/pragma-options.c | 2 +- test/Parser/pragma-options.cpp | 2 +- test/Parser/pragma-pack.c | 2 +- test/Sema/Inputs/pragma-pack1.h | 23 +++++++++++++ test/Sema/Inputs/pragma-pack2.h | 6 ++++ test/Sema/pragma-pack.c | 5 +++ test/Sema/suspicious-pragma-pack.c | 44 ++++++++++++++++++++++++ test/SemaObjC/Inputs/empty.h | 1 + test/SemaObjC/suspicious-pragma-pack.m | 6 ++++ 22 files changed, 259 insertions(+), 30 deletions(-) create mode 100644 test/PCH/suspicious-pragma-pack.c create mode 100644 test/Sema/Inputs/pragma-pack1.h create mode 100644 test/Sema/Inputs/pragma-pack2.h create mode 100644 test/Sema/suspicious-pragma-pack.c create mode 100644 test/SemaObjC/Inputs/empty.h create mode 100644 test/SemaObjC/suspicious-pragma-pack.m