]> granicus.if.org Git - clang/commit
Move store pretty-printing logic inside of StoreManager (previously in GRState).
authorTed Kremenek <kremenek@apple.com>
Tue, 19 Aug 2008 22:24:03 +0000 (22:24 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 19 Aug 2008 22:24:03 +0000 (22:24 +0000)
commita622d8c2719e927b47f48dbebcece770e752dfb8
tree5acc0bc1b88bb90500750dd7450abb227c994a4c
parentcaa3724b1d525a888982f94a6ae2b527eb3bca7d
Move store pretty-printing logic inside of StoreManager (previously in GRState).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55013 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