diff options
Diffstat (limited to 'clang/lib/Sema')
| -rw-r--r-- | clang/lib/Sema/SemaAccess.cpp | 12 | ||||
| -rw-r--r-- | clang/lib/Sema/SemaInherit.cpp | 3 |
2 files changed, 13 insertions, 2 deletions
diff --git a/clang/lib/Sema/SemaAccess.cpp b/clang/lib/Sema/SemaAccess.cpp new file mode 100644 index 00000000000..7d58ea7d64f --- /dev/null +++ b/clang/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/clang/lib/Sema/SemaInherit.cpp b/clang/lib/Sema/SemaInherit.cpp index a9135a3b3c6..ce95a1e614a 100644 --- a/clang/lib/Sema/SemaInherit.cpp +++ b/clang/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. // //===----------------------------------------------------------------------===// |

