zahiraam added a comment. Erich,
The IsOrInheritsFromIUnknown function is needed. Wh ================ Comment at: lib/Sema/SemaDeclCXX.cpp:2377 +/// \brief Tests if the __interface base is public. +static bool IsBasePublicInterface(const CXXRecordDecl *RD, + AccessSpecifier spec) { ---------------- erichkeane wrote: > This function isn't testing the 'base', it is testing the actual record decl. RD is the base of the interface. But I can rename it to IsRDPublicInterface. https://reviews.llvm.org/D37308 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits