This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 71ba9f34f8 [analyzer] pr38668: Do not attempt to cast loaded integers t [...] new c98f5f226b [AST] Store the arguments of CXXConstructExpr 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 | 211 ++++++++++++++++++++++-------------- include/clang/AST/Stmt.h | 17 +++ lib/AST/ASTImporter.cpp | 2 +- lib/AST/ExprCXX.cpp | 172 ++++++++++++++++------------- lib/Sema/SemaInit.cpp | 2 +- lib/Serialization/ASTReaderStmt.cpp | 38 ++++--- lib/Serialization/ASTWriterStmt.cpp | 11 +- 7 files changed, 274 insertions(+), 179 deletions(-)