]> granicus.if.org Git - clang/commit
Fixed bug in child_begin/child_end for ReturnStmt where the iterator
authorTed Kremenek <kremenek@apple.com>
Mon, 27 Aug 2007 20:58:16 +0000 (20:58 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 27 Aug 2007 20:58:16 +0000 (20:58 +0000)
commit2298f910fa46565430ce1dad39ecda74f05a4ae1
tree3fe3984e55aa07a1e4378a9a5f961648db791530
parent49af7cb8a3aca79783e7a0708b97a8f856f0da22
Fixed bug in child_begin/child_end for ReturnStmt where the iterator
would be invalid when RetValExp == NULL.

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