This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8617be2 Revert "[CMake] Fix an issue building out-of-tree introduced [...] new e1fab5f [Temporary] Add an ExprWithCleanups for each C++ MaterializeT [...]
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 | 7 +++- include/clang/AST/Stmt.h | 5 ++- include/clang/Sema/CleanupInfo.h | 47 +++++++++++++++++++++++++++ include/clang/Sema/ScopeInfo.h | 5 +-- include/clang/Sema/Sema.h | 16 +++++---- lib/AST/Expr.cpp | 7 +++- lib/AST/ExprCXX.cpp | 6 +++- lib/Analysis/Consumed.cpp | 6 ++++ lib/CodeGen/CGExprConstant.cpp | 6 ++++ lib/Sema/Sema.cpp | 5 +-- lib/Sema/SemaCast.cpp | 8 ++--- lib/Sema/SemaCoroutine.cpp | 4 +-- lib/Sema/SemaDecl.cpp | 2 +- lib/Sema/SemaExpr.cpp | 35 ++++++++++---------- lib/Sema/SemaExprCXX.cpp | 16 +++++---- lib/Sema/SemaExprObjC.cpp | 4 +-- lib/Sema/SemaInit.cpp | 30 +++++++++++++---- lib/Sema/SemaLambda.cpp | 11 +++---- lib/Sema/SemaOpenMP.cpp | 8 +++++ lib/Sema/SemaStmt.cpp | 8 +++++ lib/Serialization/ASTReaderStmt.cpp | 1 + lib/Serialization/ASTWriterStmt.cpp | 3 +- unittests/ASTMatchers/ASTMatchersNodeTest.cpp | 4 +-- 23 files changed, 181 insertions(+), 63 deletions(-) create mode 100644 include/clang/Sema/CleanupInfo.h