]> granicus.if.org Git - clang/commit
Created ValueStateManager, a full-blown class to manage the states
authorTed Kremenek <kremenek@apple.com>
Mon, 4 Feb 2008 21:59:01 +0000 (21:59 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 4 Feb 2008 21:59:01 +0000 (21:59 +0000)
commite070a1df66aab6d4168fb28f7559fdf996df3567
tree23498edbe83b5ee117f190a6c04c5f2d45fab511
parentc5d3b4ca4707b1fe69629bfefd73087dc4893dd8
Created ValueStateManager, a full-blown class to manage the states
created for GRConstants.  Moved instances of ValueManager and SymbolManager
inside this class.  The goal is to gradually separate more of the state
management from the state transformation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46721 91177308-0d34-0410-b5e6-96231b3b80d8
Analysis/GRConstants.cpp
Analysis/ValueState.h