]> granicus.if.org Git - clang/commitdiff
Add comments.
authorZhongxing Xu <xuzhongxing@gmail.com>
Mon, 21 Dec 2009 06:52:24 +0000 (06:52 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Mon, 21 Dec 2009 06:52:24 +0000 (06:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91818 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/RegionStore.cpp

index d825299760f7535dfead3e7d4f90446dc73e7671..3bc9dccda6bfbce16cbc2beb8274403c3f3ad42f 100644 (file)
@@ -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);