From: Manman Ren Date: Mon, 25 Jan 2016 22:37:47 +0000 (+0000) Subject: Update comments to match the implementation. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8c3cb278463049a0f0c6c9fb7031e3e0a18ad21;p=clang Update comments to match the implementation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@258735 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGObjCMac.cpp b/lib/CodeGen/CGObjCMac.cpp index ef0515c36e..079ec1531f 100644 --- a/lib/CodeGen/CGObjCMac.cpp +++ b/lib/CodeGen/CGObjCMac.cpp @@ -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 // }