forked from OSchip/llvm-project
parent
b8c79bdc31
commit
d0e8e85afc
|
@ -2324,6 +2324,8 @@ void CGObjCCommonMac::GetNameForMethod(const ObjCMethodDecl *D,
|
|||
NameOut += '[';
|
||||
assert (CD && "Missing container decl in GetNameForMethod");
|
||||
NameOut += CD->getNameAsString();
|
||||
// FIXME. For a method in a category, (CAT_NAME) is inserted here.
|
||||
// Right now! there is not enough info. to do this.
|
||||
NameOut += ' ';
|
||||
NameOut += D->getSelector().getAsString();
|
||||
NameOut += ']';
|
||||
|
|
Loading…
Reference in New Issue