r213167 - Objective-C. Introducing __attribute__((objc_runtime_name("runtimename"))

jahanian fjahanian at apple.com
Wed Jul 16 12:55:58 PDT 2014


On Jul 16, 2014, at 10:22 AM, Aaron Ballman <aaron at aaronballman.com> wrote:

>> U<"objc_runtime_name">];
>> +    let Subjects = SubjectList<[ObjCInterface, ObjCProtocol], ErrorDiag,
>> +    "ExpectedObjectiveCInterfaceOrProtocol">;
> 
> Do you think there will be more attributes appertaining to interfaces
> and protocols in the future, or is that a rare combination?

Can’t answer that. Always on the safe side there will be more in the future.

> 
>> +    let Args = [StringArgument<"MetadataName", 1>];
> 
> This does not appear to be optional according to what's happen in
> SemaDeclAttr.cpp (and the tests). Is that a bug here, or elsewhere?

Thanks for the catch. It is not optional.

Along with the rest of your feed back in r213185
- Fariborz


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140716/0f4a98b3/attachment.html>


More information about the cfe-commits mailing list