]> granicus.if.org Git - clang/commit
Modify Store interface: GetSVal/SetSVal => Retrieve/Bind.
authorZhongxing Xu <xuzhongxing@gmail.com>
Tue, 21 Oct 2008 06:27:32 +0000 (06:27 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Tue, 21 Oct 2008 06:27:32 +0000 (06:27 +0000)
commit8485ec6a1d7d7f25ea680ea3740bc1a11d2bb7cd
tree47b77ba39e330c4cd5078cbc899282a0e9d969eb
parent65e5e4054bdce29917995cb31934e96af62263b9
Modify Store interface: GetSVal/SetSVal => Retrieve/Bind.

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