[PATCH] D37308: Interface class with uuid base record

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 13 15:33:42 PDT 2017


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





More information about the cfe-commits mailing list