njames93 added a comment.

I toyed with the idea of checking the access specifier for the dependent base 
classes, but I'm pretty sure it doesn't matter. If the compile finds 2 look ups 
in one base class it will pick the later dependancy regardless of whether its 
private or not. And if the compiler finds 2 look ups in multiple inheritance 
bases it will always be an error, regardless of access specifier


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73052/new/

https://reviews.llvm.org/D73052



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to