]> granicus.if.org Git - clang/commit
Fixed bug in LiveVariables analysis where Block-level exprs appearing
authorTed Kremenek <kremenek@apple.com>
Thu, 7 Feb 2008 02:38:55 +0000 (02:38 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 7 Feb 2008 02:38:55 +0000 (02:38 +0000)
commit2bca5e4e39b0c0b2377a1a09eb0de5e099ecf9de
tree752f79ac31dbe8122309c4d562fa48e6810ec2f7
parent5b6dc2d72bf1bcf2b61fe5dbcd57bfa4aee76b29
Fixed bug in LiveVariables analysis where Block-level exprs appearing
as the initializers for DeclStmts were not being registered as being
live at the start of the DeclStmt.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46837 91177308-0d34-0410-b5e6-96231b3b80d8
Analysis/LiveVariables.cpp