This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 47f00f8474 [clang-format] Support lightweight Objective-C generics new abb490ec96 Disable -fmerge-all-constants as default. new 2844a309ef [ASTImporter] Fix for importing unnamed structs
The 2 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/Driver/Options.td | 5 +- lib/AST/ASTImporter.cpp | 5 +- lib/AST/ASTStructuralEquivalence.cpp | 4 ++ lib/AST/ExprConstant.cpp | 3 -- lib/Driver/ToolChains/Clang.cpp | 6 +-- lib/Frontend/CompilerInvocation.cpp | 2 +- test/ASTMerge/struct/Inputs/struct1.c | 62 ++++++++++++++++++++++ test/ASTMerge/struct/Inputs/struct2.c | 62 ++++++++++++++++++++++ test/ASTMerge/struct/test.c | 10 +++- test/CodeGen/array-init.c | 11 ++-- test/CodeGen/decl.c | 2 +- test/CodeGenCXX/const-init-cxx11.cpp | 2 +- test/CodeGenCXX/cxx0x-initializer-references.cpp | 2 +- .../cxx0x-initializer-stdinitializerlist.cpp | 4 +- test/CodeGenObjCXX/arc-cxx11-init-list.mm | 2 +- test/Driver/clang_f_opts.c | 8 +++ 16 files changed, 167 insertions(+), 23 deletions(-)