This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from dc6b868ff2 [Sema] Fix incorrect packed aligned structure layout new 6b450481a2 [CodeGen] Recognize more cases of zero initialization
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/Expr.h | 19 +++++++----- lib/AST/ExprConstant.cpp | 12 ++------ lib/CodeGen/CGExprConstant.cpp | 40 ++++++++++++++++++------- test/CodeGen/const-init.c | 2 +- test/CodeGen/designated-initializers.c | 2 +- test/CodeGen/union-init2.c | 2 +- test/CodeGenCXX/cxx11-initializer-aggregate.cpp | 27 +++++++++++++++++ test/CodeGenCXX/cxx1z-initializer-aggregate.cpp | 4 +-- test/SemaCXX/large-array-init.cpp | 10 ------- 9 files changed, 77 insertions(+), 41 deletions(-) delete mode 100644 test/SemaCXX/large-array-init.cpp