]> granicus.if.org Git - clang/commitdiff
Added a FIXME.
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 26 Jan 2009 23:49:05 +0000 (23:49 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 26 Jan 2009 23:49:05 +0000 (23:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63071 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGObjCMac.cpp

index f1460bd0193537209da9ba563fd8b19cb69c3c81..9365535079a25159dcd39af02959400471f13b1c 100644 (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 += ']';