aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2010-02-23 01:17:41 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2010-02-23 01:17:41 +0000
commit46f35f3660903a98ba16a74fe9302dc09b2c37b5 (patch)
tree6d2330c3ce3f41f6aa84cae7b9e0f344a5a4f6b0
parentc0bf462cf35fe050bddbd8bff967298e4a67e79d (diff)
Correct comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96846 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Checker/PathSensitive/MemRegion.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/Checker/PathSensitive/MemRegion.h b/include/clang/Checker/PathSensitive/MemRegion.h
index 91ace1012e..be89d2a3eb 100644
--- a/include/clang/Checker/PathSensitive/MemRegion.h
+++ b/include/clang/Checker/PathSensitive/MemRegion.h
@@ -428,7 +428,6 @@ public:
/// 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;