]> granicus.if.org Git - clang/commit
Keep tack of whether a base in an InitializedEntity is an inherited virtual base...
authorAnders Carlsson <andersca@mac.com>
Wed, 21 Apr 2010 19:52:01 +0000 (19:52 +0000)
committerAnders Carlsson <andersca@mac.com>
Wed, 21 Apr 2010 19:52:01 +0000 (19:52 +0000)
commit711f34adb886cce8ba86c7b1b6513a1eaaf63bb5
tree2924029db55c4ce8e5e78220e02c7aca80c3c434
parent46c54fb8ec45765a475b7b709b9aee7f94c490c2
Keep tack of whether a base in an InitializedEntity is an inherited virtual base or not. Use this in CheckConstructorAccess.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102020 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaAccess.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaInit.cpp
lib/Sema/SemaInit.h
test/CXX/class.access/p4.cpp