]> granicus.if.org Git - clang/commit
Small bug fix in CFG construction: the active block for LabelStmts comes
authorTed Kremenek <kremenek@apple.com>
Sat, 15 Mar 2008 07:45:02 +0000 (07:45 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 15 Mar 2008 07:45:02 +0000 (07:45 +0000)
commit2677ea871a25aa79f9db360f6ed10584c02267ad
tree4f524aa766e831d5bea2a8904835bb458abb3038
parent021e970d77b52372863b1c96503ecf8cfc6312df
Small bug fix in CFG construction: the active block for LabelStmts comes
from "Block", not the CFGBlock* returned from visiting its subexpression.

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