[cfe-commits] r96846 - /cfe/trunk/include/clang/Checker/PathSensitive/MemRegion.h

Zhongxing Xu xuzhongxing at gmail.com
Mon Feb 22 17:17:41 PST 2010


Author: zhongxingxu
Date: Mon Feb 22 19:17:41 2010
New Revision: 96846

URL: http://llvm.org/viewvc/llvm-project?rev=96846&view=rev
Log:
Correct comment.

Modified:
    cfe/trunk/include/clang/Checker/PathSensitive/MemRegion.h

Modified: cfe/trunk/include/clang/Checker/PathSensitive/MemRegion.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Checker/PathSensitive/MemRegion.h?rev=96846&r1=96845&r2=96846&view=diff
==============================================================================
--- cfe/trunk/include/clang/Checker/PathSensitive/MemRegion.h (original)
+++ cfe/trunk/include/clang/Checker/PathSensitive/MemRegion.h Mon Feb 22 19:17:41 2010
@@ -428,7 +428,6 @@
 ///  which correspond to "code+data".  The distinction is important, because
 ///  like a closure a block captures the values of externally referenced
 ///  variables.
-/// BlockDataRegion - A region that represents code texts of blocks (closures).
 class BlockDataRegion : public SubRegion {
   friend class MemRegionManager;
   const BlockTextRegion *BC;





More information about the cfe-commits mailing list