]> granicus.if.org Git - clang/commit
Change LazyCompoundVal to a <Store, MemRegion*> pair. We really don't need to
authorZhongxing Xu <xuzhongxing@gmail.com>
Fri, 5 Feb 2010 02:26:30 +0000 (02:26 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Fri, 5 Feb 2010 02:26:30 +0000 (02:26 +0000)
commitbfcaf8048d1673320de60a22ca9c297d7484b2a8
treed09d37cbff8aa84f7ef123881bae7138a33e2c78
parent9f9e0dbc13a85b35fcf36883619c7e6f89ca5a84
Change LazyCompoundVal to a <Store, MemRegion*> pair. We really don't need to
spread GRState* everywhere.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95354 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Checker/PathSensitive/BasicValueFactory.h
include/clang/Checker/PathSensitive/SVals.h
include/clang/Checker/PathSensitive/ValueManager.h
lib/Checker/BasicValueFactory.cpp
lib/Checker/RegionStore.cpp
lib/Checker/SVals.cpp