commit | 944ebc63c7b995864982366f31c07685d2aed509 | [log] [tgz] |
---|---|---|
author | Zhongxing Xu <xuzhongxing@gmail.com> | Mon Dec 21 06:52:24 2009 +0000 |
committer | Zhongxing Xu <xuzhongxing@gmail.com> | Mon Dec 21 06:52:24 2009 +0000 |
tree | 2ef6dc8131ef0f45de3c89c79c0ddd289ba4d6b8 | |
parent | 0f0615bba035f5aeaed0960d5a7802dff42f4b60 [diff] [blame] |
Add comments. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91818 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/RegionStore.cpp b/lib/Analysis/RegionStore.cpp index d825299..3bc9dcc 100644 --- a/lib/Analysis/RegionStore.cpp +++ b/lib/Analysis/RegionStore.cpp
@@ -349,6 +349,7 @@ 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);