]> granicus.if.org Git - clang/commit
Initial checking of GRConstantPropagation.cpp, which implements a constant
authorTed Kremenek <kremenek@apple.com>
Thu, 3 Jan 2008 22:12:28 +0000 (22:12 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 3 Jan 2008 22:12:28 +0000 (22:12 +0000)
commit7978452741ef13718695a6ac442e437c3c33ff95
treea3eafcff90416f5b5d8035bb85d56f6f2bdfe8b2
parent1dcf0a4546df4edbc7e8c660de0be46ae60c95cc
Initial checking of GRConstantPropagation.cpp, which implements a constant
propagation analysis via graph reachability. This analysis (which is incomplete)
will be the basis for later developments on the core engine for path-sensitive
analysis analysis.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45552 91177308-0d34-0410-b5e6-96231b3b80d8
Analysis/GRConstantPropagation.cpp [new file with mode: 0644]