This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 169415427e [Sema][NFC] Remove some unnecessary calls to getASTContext. new 9f569d45e0 [AST] Store the callee and argument expressions of CallExpr [...]
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 | 208 +++++++++++++++++++---------- include/clang/AST/ExprCXX.h | 123 ++++++++++------- include/clang/AST/Stmt.h | 9 ++ lib/AST/ASTImporter.cpp | 13 +- lib/AST/Expr.cpp | 130 +++++++++++------- lib/AST/ExprCXX.cpp | 145 ++++++++++++++++++++ lib/Analysis/BodyFarm.cpp | 22 +-- lib/CodeGen/CGObjC.cpp | 8 +- lib/Frontend/Rewrite/RewriteModernObjC.cpp | 67 +++++----- lib/Frontend/Rewrite/RewriteObjC.cpp | 37 +++-- lib/Sema/SemaExpr.cpp | 31 ++--- lib/Sema/SemaExprCXX.cpp | 4 +- lib/Sema/SemaOpenMP.cpp | 4 +- lib/Sema/SemaOverload.cpp | 114 ++++++++-------- lib/Sema/TreeTransform.h | 2 +- lib/Serialization/ASTReaderStmt.cpp | 19 ++- 16 files changed, 598 insertions(+), 338 deletions(-)