Re: r217704 - Allow protocols to be just declared.

2014-09-13 Thread Rafael Avila de Espindola
Sent from my iPhone On Sep 12, 2014, at 20:48, Jordan Rose jordan_r...@apple.com wrote: I'm pretty sure we were interested in banning this feature (in fact, I thought the feature had already been banned) because it's not compatible with __attribute__((objc_runtime_name)). Why are you

r217704 - Allow protocols to be just declared.

2014-09-12 Thread Rafael Espindola
Author: rafael Date: Fri Sep 12 15:14:20 2014 New Revision: 217704 URL: http://llvm.org/viewvc/llvm-project?rev=217704view=rev Log: Allow protocols to be just declared. Added: cfe/trunk/test/CodeGenObjC/undefined-protocol2.m Modified: cfe/trunk/lib/CodeGen/CGObjCMac.cpp Modified:

Re: r217704 - Allow protocols to be just declared.

2014-09-12 Thread Jordan Rose
I'm pretty sure we were interested in banning this feature (in fact, I thought the feature had already been banned) because it's not compatible with __attribute__((objc_runtime_name)). Why are you interested in it? Jordan On Sep 12, 2014, at 13:14, Rafael Espindola rafael.espind...@gmail.com