[cfe-commits] r91818 - /cfe/trunk/lib/Analysis/RegionStore.cpp

Zhongxing Xu xuzhongxing at gmail.com
Sun Dec 20 22:52:24 PST 2009


Author: zhongxingxu
Date: Mon Dec 21 00:52:24 2009
New Revision: 91818

URL: http://llvm.org/viewvc/llvm-project?rev=91818&view=rev
Log:
Add comments.

Modified:
    cfe/trunk/lib/Analysis/RegionStore.cpp

Modified: cfe/trunk/lib/Analysis/RegionStore.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Analysis/RegionStore.cpp?rev=91818&r1=91817&r2=91818&view=diff

==============================================================================
--- cfe/trunk/lib/Analysis/RegionStore.cpp (original)
+++ cfe/trunk/lib/Analysis/RegionStore.cpp Mon Dec 21 00:52:24 2009
@@ -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);
 





More information about the cfe-commits mailing list