]> granicus.if.org Git - clang/commit
Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical
authorJohn McCall <rjmccall@apple.com>
Mon, 6 Dec 2010 08:20:24 +0000 (08:20 +0000)
committerJohn McCall <rjmccall@apple.com>
Mon, 6 Dec 2010 08:20:24 +0000 (08:20 +0000)
commit4765fa05b5652fcc4356371c2f481d0ea9a1b007
tree82e9de9098859a89427f187c0a7eaae82ab788e2
parentcd940a1e13e588a43973cd7ae33b5c33a3062739
Rename CXXExprWithTemporaries -> ExprWithCleanups;  there's no theoretical
reason this is limited to C++, and it's certainly not limited to temporaries.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120996 91177308-0d34-0410-b5e6-96231b3b80d8
40 files changed:
include/clang/AST/ExprCXX.h
include/clang/AST/RecursiveASTVisitor.h
include/clang/Basic/StmtNodes.td
include/clang/Sema/Sema.h
include/clang/Serialization/ASTBitCodes.h
lib/AST/Decl.cpp
lib/AST/DeclPrinter.cpp
lib/AST/Expr.cpp
lib/AST/ExprCXX.cpp
lib/AST/ExprClassification.cpp
lib/AST/ExprConstant.cpp
lib/AST/StmtDumper.cpp
lib/AST/StmtPrinter.cpp
lib/AST/StmtProfile.cpp
lib/Analysis/CFG.cpp
lib/Checker/CheckDeadStores.cpp
lib/Checker/Environment.cpp
lib/Checker/GRExprEngine.cpp
lib/Checker/LLVMConventionsChecker.cpp
lib/CodeGen/CGException.cpp
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGExprAgg.cpp
lib/CodeGen/CGExprCXX.cpp
lib/CodeGen/CGExprComplex.cpp
lib/CodeGen/CGExprScalar.cpp
lib/CodeGen/CGTemporaries.cpp
lib/CodeGen/CodeGenFunction.h
lib/CodeGen/Mangle.cpp
lib/Sema/AnalysisBasedWarnings.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaObjCProperty.cpp
lib/Sema/SemaStmt.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
lib/Sema/TreeTransform.h
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriterStmt.cpp
tools/libclang/CXCursor.cpp