declaration should find the right type, assuming it's supported
evenly across all our hosts.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@288231
91177308-0d34-0410-b5e6-
96231b3b80d8
class CGObjCMac : public CGObjCCommonMac {
private:
- friend class ProtocolMethodLists;
+ friend ProtocolMethodLists;
ObjCTypesHelper ObjCTypes;
class CGObjCNonFragileABIMac : public CGObjCCommonMac {
private:
- friend class ProtocolMethodLists;
+ friend ProtocolMethodLists;
ObjCNonFragileABITypesHelper ObjCTypes;
llvm::GlobalVariable* ObjCEmptyCacheVar;
llvm::Constant* ObjCEmptyVtableVar;