tip-of-trunk clang has corrected some access checks for special members in a virtual...
authorHoward Hinnant <hhinnant@apple.com>
Tue, 30 Jul 2013 19:00:45 +0000 (19:00 +0000)
committerHoward Hinnant <hhinnant@apple.com>
Tue, 30 Jul 2013 19:00:45 +0000 (19:00 +0000)
commitb162939c1a3e360ce128997223acd1eadc696d83
treee58c5c504c6506e80071a729fa57ddc7225395ea
parent67fa4114a67ab21f9e970e18c94aa675b5da7943
tip-of-trunk clang has corrected some access checks for special members in a virtual inheritance hierarchy.  Change a few private inheritances to protected.  This change will not impact what the test was testing.  This fixes llvm.org/bugs/show_bug.cgi?id=16753.

llvm-svn: 187429
libcxxabi/test/dynamic_cast3.cpp