This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 51d9fdf26d Remove dependency-related arguments in clang-check. new 9cf7831cb8 [AST] Store the results in OverloadExpr 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/ExprCXX.h | 297 +++++++++++++++++++----------------- include/clang/AST/Stmt.h | 58 +++++++ lib/AST/ExprCXX.cpp | 234 +++++++++++++++------------- lib/Serialization/ASTReaderStmt.cpp | 58 ++++--- lib/Serialization/ASTWriterStmt.cpp | 16 +- 5 files changed, 388 insertions(+), 275 deletions(-)