]> granicus.if.org Git - clang/commitdiff
Removed a "TODO" comment as objc1 runtime does not need to do the "TODO".
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 4 Dec 2007 19:31:56 +0000 (19:31 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 4 Dec 2007 19:31:56 +0000 (19:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44577 91177308-0d34-0410-b5e6-96231b3b80d8

Driver/RewriteTest.cpp

index 8dd39f538e67a329ea0117b394b5ff4d185f8934..dcd09af9b361d2320ef4e2950760a5e4f36f8094 100644 (file)
@@ -2068,7 +2068,7 @@ void RewriteTest::RewriteObjcClassMetaData(ObjcImplementationDecl *IDecl,
     Result += CDecl->getName();
     Result += "\"";
   }
-  // TODO: 'ivars' field for root class is currently set to 0.
+  // Set 'ivars' field for root class to 0. Objc1 runtime does not use it.
   // 'info' field is initialized to CLS_META(2) for metaclass
   Result += ", 0,2, sizeof(struct _objc_class), 0";
   if (CDecl->getNumClassMethods() > 0) {