This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c3d5cc8d43 CodeGen, Driver: Start using direct split dwarf emission in clang. new 1bc857476c Revert r332847; it caused us to miscompile certain forms of [...]
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/CodeGenCXX/reference-init.cpp | 6 ++++ test/SemaCXX/large-array-init.cpp | 10 +++++++ 10 files changed, 47 insertions(+), 77 deletions(-) create mode 100644 test/SemaCXX/large-array-init.cpp