This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f3de089985 Update after LLVM change r309087 new c4f5f6916d Recommit r308327 2nd time: Add a warning for missing '#pragm [...]
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 | 36 ++++++++++++++++--- include/clang/Serialization/ASTReader.h | 1 + lib/Parse/ParsePragma.cpp | 9 +++-- lib/Sema/Sema.cpp | 54 +++++++++++++++++++++++++++++ lib/Sema/SemaAttr.cpp | 55 +++++++++++++++++++++++++++++- 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 | 27 +++++++++++++++ test/Sema/Inputs/pragma-pack2.h | 8 +++++ test/Sema/pragma-pack.c | 5 +++ test/Sema/suspicious-pragma-pack.c | 49 ++++++++++++++++++++++++++ test/SemaObjC/Inputs/empty.h | 1 + test/SemaObjC/suspicious-pragma-pack.m | 6 ++++ 22 files changed, 293 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