r210660 - Objective-C. Patch to handle bridge attribute warnings
jahanian
fjahanian at apple.com
Wed Jun 11 12:20:56 PDT 2014
On Jun 11, 2014, at 10:58 AM, Argyrios Kyrtzidis <kyrtzidis at apple.com> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140611/14b06eb4/attachment.html>
More information about the cfe-commits
mailing list