]> granicus.if.org Git - clang/commit
Fixed bug in CFG construction involving use of labels and "empty"
authorTed Kremenek <kremenek@apple.com>
Thu, 30 Aug 2007 18:20:57 +0000 (18:20 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 30 Aug 2007 18:20:57 +0000 (18:20 +0000)
commit16e4dc8073449ebbeee098941c062ad8b2d3bcd5
tree0a34284c5362badc4ec07df3639c943f2bbffb25
parentbdbf7b030a3e0ddb95240076683830e6f78c79a5
Fixed bug in CFG construction involving use of labels and "empty"
blocks involving only ';' statements.  We now correctly handle the following:

void empty_label() { l1: ; }

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