]> granicus.if.org Git - clang/commit
Migrated LiveVariables and UninitializedVariables to now use the
authorTed Kremenek <kremenek@apple.com>
Mon, 1 Oct 2007 20:33:52 +0000 (20:33 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 1 Oct 2007 20:33:52 +0000 (20:33 +0000)
commit11e7218db51efc825ec24e80d5b071892ca268bd
tree1d2529b41ead500bbce7c2db4e16b18409b112c8
parent63f5887f316fb52d243fcbb3631c039de6c4b993
Migrated LiveVariables and UninitializedVariables to now use the
tracked BlkExpr information now maintained by the CFG class.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42498 91177308-0d34-0410-b5e6-96231b3b80d8
AST/CFG.cpp
Analysis/DeadStores.cpp
Analysis/LiveVariables.cpp
Analysis/UninitializedValues.cpp
Driver/ASTStreamers.cpp
include/clang/Analysis/ExprDeclBitVector.h
include/clang/Analysis/LiveVariables.h
include/clang/Analysis/UninitializedValues.h