]> granicus.if.org Git - clang/commit
Reset the found-virtual-base state unless the *current* base produces a path,
authorJohn McCall <rjmccall@apple.com>
Tue, 9 Feb 2010 00:57:12 +0000 (00:57 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 9 Feb 2010 00:57:12 +0000 (00:57 +0000)
commited814cc4cd2bd4d32cbb4bfde3cc59ccae723a92
tree09c1ddc4f675ff59603f2194321a1b82144103a6
parent2c79281ef66cb5001f0ebadf6b317250c21a1c01
Reset the found-virtual-base state unless the *current* base produces a path,
not *any* base up to now has produced a path.  Fixes PR 6254.

I'll do the access-control part of this patch RSN.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95638 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/CXXInheritance.cpp
test/CXX/conv/conv.mem/p4.cpp [new file with mode: 0644]