]> granicus.if.org Git - clang/commit
Now that CastRetrievedVal returns SVal, there is no need to use CastResult.
authorZhongxing Xu <xuzhongxing@gmail.com>
Thu, 4 Feb 2010 02:39:47 +0000 (02:39 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Thu, 4 Feb 2010 02:39:47 +0000 (02:39 +0000)
commitc999ed792900026c462027e546d63c3f39310755
treea62d860c4b8600ca704e0cba267003fa824cf75e
parenta3218e7399a99ec7f64c2efc027d9f61eaeb0ad4
Now that CastRetrievedVal returns SVal, there is no need to use CastResult.

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