This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f89729f [CrashReproducer] Setup a module collector callback for Heade [...] new 0601f89 Add two new AST nodes to represent initialization of an array [...]
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 | 92 ++++++++++++++++++ include/clang/AST/RecursiveASTVisitor.h | 2 + include/clang/Basic/StmtNodes.td | 2 + include/clang/Sema/Initialization.h | 46 +++++++-- include/clang/Serialization/ASTBitCodes.h | 8 +- lib/AST/ASTDumper.cpp | 10 ++ lib/AST/Expr.cpp | 2 + lib/AST/ExprClassification.cpp | 2 + lib/AST/ExprConstant.cpp | 60 ++++++++++++ lib/AST/ItaniumMangle.cpp | 2 + lib/AST/StmtPrinter.cpp | 12 +++ lib/AST/StmtProfile.cpp | 8 ++ lib/CodeGen/CGExprAgg.cpp | 80 ++++++++++++++++ lib/CodeGen/CGExprScalar.cpp | 6 ++ lib/CodeGen/CodeGenFunction.h | 35 +++++++ lib/Sema/SemaExceptionSpec.cpp | 2 + lib/Sema/SemaInit.cpp | 154 ++++++++++++++++++++++++++---- lib/Sema/TreeTransform.h | 17 ++++ lib/Serialization/ASTReaderStmt.cpp | 18 ++++ lib/Serialization/ASTWriterStmt.cpp | 12 +++ lib/StaticAnalyzer/Core/ExprEngine.cpp | 2 + tools/libclang/CXCursor.cpp | 2 + 22 files changed, 545 insertions(+), 29 deletions(-)