Added a FIXME.

llvm-svn: 63071
This commit is contained in:
Fariborz Jahanian 2009-01-26 23:49:05 +00:00
parent b8c79bdc31
commit d0e8e85afc
1 changed files with 2 additions and 0 deletions

View File

@ -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 += ']';