This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f38834898a DR1672, DR1813, DR1881, DR2120: Implement recent fixes to "s [...] new 783fea1302 PR36992: do not store beyond the dsize of a class object unl [...]
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: lib/CodeGen/CGAtomic.cpp | 4 +- lib/CodeGen/CGBlocks.cpp | 3 +- lib/CodeGen/CGCall.cpp | 9 +++-- lib/CodeGen/CGClass.cpp | 66 +++++++++++++++++------------- lib/CodeGen/CGDecl.cpp | 20 ++++++---- lib/CodeGen/CGDeclCXX.cpp | 3 +- lib/CodeGen/CGExpr.cpp | 6 ++- lib/CodeGen/CGExprAgg.cpp | 86 +++++++++++++++++++++++++--------------- lib/CodeGen/CGExprCXX.cpp | 25 ++++++++---- lib/CodeGen/CGObjC.cpp | 11 +++-- lib/CodeGen/CGOpenMPRuntime.cpp | 2 +- lib/CodeGen/CGStmt.cpp | 13 +++--- lib/CodeGen/CGValue.h | 29 ++++++++++++-- lib/CodeGen/CodeGenFunction.h | 59 +++++++++++++++++++-------- lib/CodeGen/ItaniumCXXABI.cpp | 5 ++- test/CodeGenCXX/tail-padding.cpp | 34 ++++++++++++++++ 16 files changed, 260 insertions(+), 115 deletions(-) create mode 100644 test/CodeGenCXX/tail-padding.cpp