clang-1/Analysis
Ted Kremenek c0576ca6c6 Fixed LiveVariables to no longer track the liveness of function pointers
that refer to direct function calls.

Modified interface of LiveVariables to only track liveness of VarDecls.
This cleans up a bunch of edge cases, and removed the bug just mentioned.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41797 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-10 17:36:42 +00:00
..
DeadStores.cpp Fixed LiveVariables to no longer track the liveness of function pointers 2007-09-10 17:36:42 +00:00
LiveVariables.cpp Fixed LiveVariables to no longer track the liveness of function pointers 2007-09-10 17:36:42 +00:00
Makefile Added an early implementation of Live-Variables analysis built on 2007-09-06 00:17:54 +00:00