This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2e4589c267 [AST][NFC] Factor out some repeated code in ArraySubscriptExpr. new b918bb9ddb [AST] Store the expressions in ParenListExpr in a trailing 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 | 57 +++++++++++++++++++++++-------------- include/clang/AST/Stmt.h | 11 +++++++ lib/AST/ASTImporter.cpp | 4 +-- lib/AST/Expr.cpp | 47 +++++++++++++++++++++--------- lib/Sema/SemaCoroutine.cpp | 4 +-- lib/Sema/SemaDeclCXX.cpp | 3 +- lib/Sema/SemaExpr.cpp | 3 +- lib/Serialization/ASTReaderStmt.cpp | 11 +++---- lib/Serialization/ASTWriterStmt.cpp | 10 +++---- 9 files changed, 97 insertions(+), 53 deletions(-)