]> granicus.if.org Git - clang/commit
Since now we store the cast type with an ElementRegion, there is
authorZhongxing Xu <xuzhongxing@gmail.com>
Mon, 1 Mar 2010 06:56:52 +0000 (06:56 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Mon, 1 Mar 2010 06:56:52 +0000 (06:56 +0000)
commit14d2328ecfc5102b077fa2c2c129dce1574c8831
treea11479a21376871fccd9bfe2681ea1fbf3933ead
parent2db08ca1246648bb7e8f32551b2d8483fb889bf8
Since now we store the cast type with an ElementRegion, there is
no need to store a type with SymbolRegionValue.

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