]> granicus.if.org Git - clang/commitdiff
Update comments to match the implementation.
authorManman Ren <manman.ren@gmail.com>
Mon, 25 Jan 2016 22:37:47 +0000 (22:37 +0000)
committerManman Ren <manman.ren@gmail.com>
Mon, 25 Jan 2016 22:37:47 +0000 (22:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@258735 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGObjCMac.cpp

index ef0515c36e0cc8d9910aef38194a59f79540c00d..079ec1531f858151b70b47885735f90dbf089199 100644 (file)
@@ -5359,6 +5359,7 @@ ObjCTypesHelper::ObjCTypesHelper(CodeGen::CodeGenModule &cgm)
   //   char *class_name;
   //   struct _objc_method_list *instance_method;
   //   struct _objc_method_list *class_method;
+  //   struct _objc_protocol_list *protocols;
   //   uint32_t size;  // sizeof(struct _objc_category)
   //   struct _objc_property_list *instance_properties;// category's @property
   // }