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/SemaAccess.cpp b/lib/Sema/SemaAccess.cpp
new file mode 100644
index 0000000..7d58ea7
--- /dev/null
+++ b/lib/Sema/SemaAccess.cpp
@@ -0,0 +1,12 @@
+//===---- SemaInherit.cpp - C++ Access Control ------------------*- C++ -*-===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+//
+// This file provides Sema routines for C++ access control semantics.
+//
+//===----------------------------------------------------------------------===//
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.
//
//===----------------------------------------------------------------------===//