[cfe-dev] Lack of API 2

Muhammad Hussein Nasrollahpour iapplechocolate at me.com
Wed Jun 19 07:52:59 PDT 2013


There is no API for accessing optional/required properties. The only thing it offers is   CXCursor_ObjCPropertyDecl. But in Protocol we can have both optional/required properties. So there is still lack of API.

@protocol protocol1 <NSObject>
@optional
@property (readonly) NSString *string1;

@required
@property (readonly) NSString *string2;
@end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20130619/ddbddc17/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4829 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20130619/ddbddc17/attachment.bin>


More information about the cfe-dev mailing list