Skip to content
Commit 00d19ee1 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

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
parent d2ab38e3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment