]> granicus.if.org Git - clang/commit
Move the new 'CastRegion' implementation from RegionStoreManager to StoreManager
authorTed Kremenek <kremenek@apple.com>
Mon, 6 Jul 2009 20:21:51 +0000 (20:21 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 6 Jul 2009 20:21:51 +0000 (20:21 +0000)
commit48ce7deb86ffb1e028ac9a8e7cddffc32843c26c
tree980076d3edd097b88970555bbaae1042708c6de2
parentf93343764765b24f53e389c7dd35f90901925451
Move the new 'CastRegion' implementation from RegionStoreManager to StoreManager
(its superclass). This will allow us to experiment with using the new CastRegion
with BasicStoreManager, and gradually phase out the old implementation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74851 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/PathSensitive/Store.h
lib/Analysis/RegionStore.cpp
lib/Analysis/Store.cpp