]> granicus.if.org Git - clang/commit
Minor bug fixes to corner cases where LiveVariables would crash on some CFGs
authorTed Kremenek <kremenek@apple.com>
Thu, 6 Sep 2007 23:25:10 +0000 (23:25 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 6 Sep 2007 23:25:10 +0000 (23:25 +0000)
commite2ca142ba6cd58541e140a4193f4a272dcc3d6e1
treedb662661309ecaa55c4b6242cb8a2e3f4c28d027
parent1ed6d2e4fda310af2de2ec09cdfedfa280cce948
Minor bug fixes to corner cases where LiveVariables would crash on some CFGs
that contained no declarations, or when a variable is declared but never used.

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