diff options
| author | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-12-21 06:52:24 +0000 |
|---|---|---|
| committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-12-21 06:52:24 +0000 |
| commit | fd62a33616b043077d00e9ecffa68339bdce2578 (patch) | |
| tree | 67ead1b7686aa25cb08c273c4ea7f56032a1792d /clang/lib/Analysis/RegionStore.cpp | |
| parent | 00879d8faaaad96bee7c0bdc889d6f85270c18c4 (diff) | |
| download | bcm5719-llvm-fd62a33616b043077d00e9ecffa68339bdce2578.tar.gz bcm5719-llvm-fd62a33616b043077d00e9ecffa68339bdce2578.zip | |
Add comments.
llvm-svn: 91818
Diffstat (limited to 'clang/lib/Analysis/RegionStore.cpp')
| -rw-r--r-- | clang/lib/Analysis/RegionStore.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Analysis/RegionStore.cpp b/clang/lib/Analysis/RegionStore.cpp index d825299760f..3bc9dccda6b 100644 --- a/clang/lib/Analysis/RegionStore.cpp +++ b/clang/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); |

