On Jun 11, 2014, at 10:58 AM, Argyrios Kyrtzidis <[email protected]> wrote:

> 
> Could you expand the test with all the different permutations ? Specifically 
> test:
> 
> (NSAttributedString *) CFAttributedStringRef
> (NSAttributedString *) CFMutableAttributedStringRef
> (NSMutableAttributedString *) CFAttributedStringRef
> (NSMutableAttributedString *) CFMutableAttributedStringRef
> 
> (CFAttributedStringRef) NSAttributedString *
> (CFAttributedStringRef) NSMutableAttributedString *
> (CFMutableAttributedStringRef) NSAttributedString *
> (CFMutableAttributedStringRef) NSMutableAttributedString *
> 
> then also repeat the above with another set of types _without_ the presence 
> of the internal struct definition (without the equivalent "struct 
> __CFAttributedString {};”)

In r210690.

- Fariborz


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to