Add 'DeclStmt::DoDestroy()' which doesn't actually recurse over its child...
Add 'DeclStmt::DoDestroy()' which doesn't actually recurse over its child expressions (via StmtIterator), as those expressions are owned by the Decls and Types (which are destroyed elsewhere). This fixes a crasher reported in <rdar://problem/7487294>. llvm-svn: 91990
Loading
Please register or sign in to comment