Add SemaAccess.cpp

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67819 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Sema/SemaInherit.cpp b/lib/Sema/SemaInherit.cpp
index a9135a3..ce95a1e 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.
 //
 //===----------------------------------------------------------------------===//