]> granicus.if.org Git - clang/commit
Fixed bug in CFG construction when a CompoundStmt ended with a NullStmt.
authorTed Kremenek <kremenek@apple.com>
Tue, 26 Feb 2008 00:22:58 +0000 (00:22 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 26 Feb 2008 00:22:58 +0000 (00:22 +0000)
commitd34066c224f782056c18f154abe04ef590473fd9
tree5c65b24d31cc0c78c8d362a73cd00030728ed6b1
parent4dc35223157f926164b6822711269cc73287cd80
Fixed bug in CFG construction when a CompoundStmt ended with a NullStmt.
This caused the whole body to get dropped from the CFG.

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