diff options
author | Manman Ren <manman.ren@gmail.com> | 2016-01-25 22:37:47 +0000 |
---|---|---|
committer | Manman Ren <manman.ren@gmail.com> | 2016-01-25 22:37:47 +0000 |
commit | b373677c61b9eb830ad10aed65e0c965204ccabc (patch) | |
tree | b608072de88667686131a8f1eaec467a2a42432e | |
parent | cd2f6bbd5c12972328f006a07353995b269dad44 (diff) | |
download | bcm5719-llvm-b373677c61b9eb830ad10aed65e0c965204ccabc.tar.gz bcm5719-llvm-b373677c61b9eb830ad10aed65e0c965204ccabc.zip |
Update comments to match the implementation.
llvm-svn: 258735
-rw-r--r-- | clang/lib/CodeGen/CGObjCMac.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGObjCMac.cpp b/clang/lib/CodeGen/CGObjCMac.cpp index ef0515c36e0..079ec1531f8 100644 --- a/clang/lib/CodeGen/CGObjCMac.cpp +++ b/clang/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 // } |