aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/RegionStore.cpp
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2009-12-21 06:52:24 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2009-12-21 06:52:24 +0000
commit944ebc63c7b995864982366f31c07685d2aed509 (patch)
tree2ef6dc8131ef0f45de3c89c79c0ddd289ba4d6b8 /lib/Analysis/RegionStore.cpp
parent0f0615bba035f5aeaed0960d5a7802dff42f4b60 (diff)
Add comments.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91818 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/RegionStore.cpp')
-rw-r--r--lib/Analysis/RegionStore.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Analysis/RegionStore.cpp b/lib/Analysis/RegionStore.cpp
index d825299760..3bc9dccda6 100644
--- a/lib/Analysis/RegionStore.cpp
+++ b/lib/Analysis/RegionStore.cpp
@@ -349,6 +349,7 @@ public:
SVal RetrieveArray(const GRState *St, const TypedRegion* R);
+ /// Get the state and region whose binding this region R corresponds to.
std::pair<const GRState*, const MemRegion*>
GetLazyBinding(RegionBindings B, const MemRegion *R);