On Nov 13, 2013, at 4:49 PM, Jordan Rose <[email protected]> wrote:
> > On Nov 13, 2013, at 16:47 , jahanian <[email protected]> wrote: > >> >> On Nov 13, 2013, at 4:19 PM, Jordan Rose <[email protected]> wrote: >> >>> >>> On Nov 13, 2013, at 15:59 , Fariborz Jahanian <[email protected]> wrote: >>> >>>> +typedef struct CGColor * __attribute__ ((objc_bridge(NSError))) >>>> CGColorRef; >>> >>> It is very confusing to see a bridge attribute that doesn’t actually match >>> actual bridged classes. Can you make the test only include valid bridged >>> classes? >>> >>> https://developer.apple.com/library/mac/documentation/General/Conceptual/CocoaEncyclopedia/Toll-FreeBridgin/Toll-FreeBridgin.html#//apple_ref/doc/uid/TP40010810-CH2 >> In r194640. >> - Fariborz > > Ha, that wasn’t actually what I meant. I found it confusing that the test > says CGColorRef (and CFDictionaryRef, and CFLocaleRef) is toll-free-bridged > with NSError. Per private comm. ObjC class names changed to match the actual toll free matching ObjC types. In r194645. - Fariborz > > Jordan >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
