This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 37732261c0 Change -gz and -Wa,--compress-debug-sections to use gABI com [...] new d8066f9602 Assume `__cxa_allocate_exception` returns an under-aligned m [...]
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/AST/ASTContext.h | 7 +++ include/clang/Basic/DiagnosticGroups.td | 1 + include/clang/Basic/DiagnosticSemaKinds.td | 6 +++ include/clang/Basic/TargetInfo.h | 15 ++++++ lib/Basic/Targets/OSTargets.h | 31 +++++++++++++ lib/CodeGen/ItaniumCXXABI.cpp | 15 +----- lib/Sema/SemaExprCXX.cpp | 15 ++++++ test/CodeGenCXX/eh.cpp | 10 ++-- test/SemaCXX/warn-overaligned-type-thrown.cpp | 66 +++++++++++++++++++++++++++ 9 files changed, 148 insertions(+), 18 deletions(-) create mode 100644 test/SemaCXX/warn-overaligned-type-thrown.cpp