]> granicus.if.org Git - clang/commit
Remove the vast majority of the Destroy methods from the AST library,
authorDouglas Gregor <dgregor@apple.com>
Sun, 25 Jul 2010 18:17:45 +0000 (18:17 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sun, 25 Jul 2010 18:17:45 +0000 (18:17 +0000)
commitff331c15729f7d4439d253c97f4d60f2a7ffd0c6
treeb0ab8d1988b70c1e7717a67a83992b4f4e8319c7
parent63fe86bee66fc145942c56b2cc564ea0b9b9ea12
Remove the vast majority of the Destroy methods from the AST library,
since we aren't going to be calling them ever.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109377 91177308-0d34-0410-b5e6-96231b3b80d8
38 files changed:
include/clang/AST/Decl.h
include/clang/AST/DeclBase.h
include/clang/AST/DeclCXX.h
include/clang/AST/DeclObjC.h
include/clang/AST/DeclTemplate.h
include/clang/AST/Expr.h
include/clang/AST/ExprCXX.h
include/clang/AST/FullExpr.h
include/clang/AST/Stmt.h
include/clang/AST/StmtCXX.h
include/clang/AST/Type.h
lib/AST/Decl.cpp
lib/AST/DeclBase.cpp
lib/AST/DeclCXX.cpp
lib/AST/DeclObjC.cpp
lib/AST/DeclTemplate.cpp
lib/AST/Expr.cpp
lib/AST/ExprCXX.cpp
lib/AST/FullExpr.cpp
lib/AST/Stmt.cpp
lib/AST/Type.cpp
lib/CodeGen/CGVTables.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/Sema/Sema.cpp
lib/Sema/SemaAttr.cpp
lib/Sema/SemaChecking.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaExprObjC.cpp
lib/Sema/SemaOverload.cpp
lib/Sema/SemaStmt.cpp
lib/Sema/SemaTemplate.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
lib/Sema/SemaType.cpp
lib/Sema/TreeTransform.h