clang-1/test/CXX/class.access
John McCall 63f557804b My original patch missed the virtual-base case for destroying
base-class subojects.

Incidentally, thinking about virtual bases makes it clear to me that
we're not appropriately computing the access to the virtual base's
member because we're not computing the best possible access to the
virtual base at all;  in fact, we're basically assuming it's public.
I'll file a separate PR about that.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154346 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-09 21:51:56 +00:00
..
class.access.base When we complain about a member being inaccessible due to a constraint 2010-05-28 04:34:55 +00:00
class.access.dcl A bug I've introduced in STDIN handling surfaced a few broken tests, fix them. 2010-06-25 12:48:07 +00:00
class.access.nest Turn access control on by default in -cc1. 2010-04-09 19:03:51 +00:00
class.friend Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
class.protected My original patch missed the virtual-base case for destroying 2012-04-09 21:51:56 +00:00
p4.cpp Fix several problems with protected access control: 2012-04-07 03:04:20 +00:00
p6.cpp Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00