erichkeane added a comment.

Yeah, but

  __interface IF1 {};
  __interface PP : IUnknown, IF1{}; 
  __interface PP2 : PP, Page3, Page4{};

Base PP has siblings here.  It seems the rule is even more complex then.


https://reviews.llvm.org/D37308



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

Reply via email to