]> granicus.if.org Git - clang/commit
Fixed bug in CFG construction where we failed to handle loop bodies with
authorTed Kremenek <kremenek@apple.com>
Thu, 30 Aug 2007 18:39:40 +0000 (18:39 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 30 Aug 2007 18:39:40 +0000 (18:39 +0000)
commitaf603f742491dc4707138c0293d295171fdd51ba
treecc4fe8aef637dd0e375ba8da9fa6e01ae6eef1ba
parent16e4dc8073449ebbeee098941c062ad8b2d3bcd5
Fixed bug in CFG construction where we failed to handle loop bodies with
no statements (or just full of ';' statements).

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