]> granicus.if.org Git - clang/commit
There's no good reason to track temporaries in ExprWithCleanups,
authorJohn McCall <rjmccall@apple.com>
Thu, 10 Nov 2011 05:35:25 +0000 (05:35 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 10 Nov 2011 05:35:25 +0000 (05:35 +0000)
commit80ee6e878a169e6255d4686a91bb696151ff229f
tree12ca8bc10434c075802cc4c31339a5fbd51ca179
parent1445bbacf4c8de5f208ff4ccb302424a4d9e233e
There's no good reason to track temporaries in ExprWithCleanups,
but it is sometimes useful to track blocks.  Do so.  Also
optimize the storage of these expressions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144263 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/clang/AST/Decl.h
include/clang/AST/ExprCXX.h
include/clang/AST/Stmt.h
include/clang/Sema/Sema.h
lib/AST/Decl.cpp
lib/AST/ExprCXX.cpp
lib/AST/StmtDumper.cpp
lib/Sema/Sema.cpp
lib/Sema/SemaChecking.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriterStmt.cpp