]> granicus.if.org Git - clang/commit
Moved "DataflowSolver.h" to the "include/" subtree. Adjusted client
authorTed Kremenek <kremenek@apple.com>
Tue, 25 Sep 2007 21:00:24 +0000 (21:00 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 25 Sep 2007 21:00:24 +0000 (21:00 +0000)
commit1de632bf4abb75fcd39f5d6fdf59337f0ff0edd4
tree3b340b1814ba64d51882605187d875b6e0de2dd1
parent0da1c1033832b572d23ff2fe7bb2ab959768727e
Moved "DataflowSolver.h" to the "include/" subtree.  Adjusted client
code that uses the solver to reflect the new location.

Created "FlowSensitive" subdirectory in include/clang/Analysis to hold
header files relating to flow-sensitive analyses.  Moved
"DataflowValues.h" into this subdirectory.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42320 91177308-0d34-0410-b5e6-96231b3b80d8
Analysis/LiveVariables.cpp
Analysis/UninitializedValues.cpp
include/clang/Analysis/FlowSensitive/DataflowSolver.h [moved from Analysis/DataflowSolver.h with 100% similarity]
include/clang/Analysis/FlowSensitive/DataflowValues.h [moved from include/clang/Analysis/DataflowValues.h with 100% similarity]
include/clang/Analysis/LiveVariables.h
include/clang/Analysis/UninitializedValues.h