]> granicus.if.org Git - clang/commit
The LiveVariables analysis no longer requires a FunctionDecl&; this allows it
authorTed Kremenek <kremenek@apple.com>
Thu, 13 Mar 2008 16:55:07 +0000 (16:55 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 13 Mar 2008 16:55:07 +0000 (16:55 +0000)
commit7cb15939e08ea31f0fadcd24c974dbc9e4b61c01
tree5d8f5dc89c52ac85afeb1bc35d98b70313074149
parent043a0b50a2a7a29c78a1ffb774f6fca8baf464a0
The LiveVariables analysis no longer requires a FunctionDecl&; this allows it
to be run on other declarations of blocks of code (e.g., Objective-C methods.)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48339 91177308-0d34-0410-b5e6-96231b3b80d8
Analysis/DeadStores.cpp
Analysis/LiveVariables.cpp
Driver/ASTConsumers.cpp
include/clang/Analysis/Analyses/LiveVariables.h
include/clang/Analysis/LocalCheckers.h
include/clang/Analysis/PathSensitive/GRExprEngine.h
include/clang/Analysis/Support/ExprDeclBitVector.h