aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaInherit.cpp
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2009-03-27 04:43:36 +0000
committerAnders Carlsson <andersca@mac.com>2009-03-27 04:43:36 +0000
commit60d6b0d35e3c7c09554f8a4618b97a5d8d0c67a6 (patch)
tree42d7f2bba56a299d701152feaad269a54e8bd4c1 /lib/Sema/SemaInherit.cpp
parent332975661d287082f64d260ef6ac5f36499d478f (diff)
Add SemaAccess.cpp
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67819 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaInherit.cpp')
-rw-r--r--lib/Sema/SemaInherit.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Sema/SemaInherit.cpp b/lib/Sema/SemaInherit.cpp
index a9135a3b3c..ce95a1e614 100644
--- a/lib/Sema/SemaInherit.cpp
+++ b/lib/Sema/SemaInherit.cpp
@@ -8,8 +8,7 @@
//===----------------------------------------------------------------------===//
//
// This file provides Sema routines for C++ inheritance semantics,
-// including searching the inheritance hierarchy and (eventually)
-// access checking.
+// including searching the inheritance hierarchy.
//
//===----------------------------------------------------------------------===//