[PATCH] D37308: Interface class with uuid base record

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 13 16:13:47 PDT 2017


erichkeane added a comment.

SO, the implementation would likely be (~2489):

  if (Class->isInterface() && (KnownBase->getAccessSpecifier() != TTK_public || !RD->isInterface() || !RD->isInterfaceLike()) {

with "isInterfaceLike" testing what I outlined above.


https://reviews.llvm.org/D37308





More information about the cfe-commits mailing list