]> granicus.if.org Git - clang/commit
Added batch versions of GRState::scanReachableSymbols() so that clients can scan...
authorTed Kremenek <kremenek@apple.com>
Thu, 26 Nov 2009 02:32:19 +0000 (02:32 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 26 Nov 2009 02:32:19 +0000 (02:32 +0000)
commit9dce71ff2bb3016827f519152bd54830c20bb1da
tree0e8900f8ff97328d4648236836a0fb605f0ff3c3
parenta94822e8937eeb340a653b88024f805a07a2d2ee
Added batch versions of GRState::scanReachableSymbols() so that clients can scan a collection of SVals or MemRegions all at once.

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