]> granicus.if.org Git - clang/commit
Separate Stmt::Destroy into the entrypoint for destroying a statement
authorDouglas Gregor <dgregor@apple.com>
Fri, 7 Aug 2009 06:08:38 +0000 (06:08 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 7 Aug 2009 06:08:38 +0000 (06:08 +0000)
commit42602bb40aefcc2751d4078ba88aacf4d965c9bd
treef06466787a5ac3936997adfcedd9fcd3d711a30f
parentef888a4d7f0fa1596807f702d09df88044dcaf41
Separate Stmt::Destroy into the entrypoint for destroying a statement
or expression (Destroy) from the virtual function used to actually
destroy a given expression (DoDestroy).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78375 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
include/clang/AST/ExprCXX.h
include/clang/AST/Stmt.h
include/clang/AST/StmtCXX.h
lib/AST/Expr.cpp
lib/AST/ExprCXX.cpp
lib/AST/Stmt.cpp