]> granicus.if.org Git - clang/commit
Added Stmt::DestroyChildren, which will be used by the dstors of the subclasses of...
authorTed Kremenek <kremenek@apple.com>
Mon, 19 May 2008 22:02:12 +0000 (22:02 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 19 May 2008 22:02:12 +0000 (22:02 +0000)
commit9c1863ef36a74e8203f00289d19856ad956f48b9
treef26b536c116a91874e0002c10abddcbda2fd1ebf
parent4be1f47de20525ad90f02ba8682a7e2cbd3205d1
Added Stmt::DestroyChildren, which will be used by the dstors of the subclasses of Stmt to recursively delete their child AST nodes.

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