[PATCH][OBJC] ObjC literals: add more tests

AlexDenisov 1101.debian at gmail.com
Thu Feb 12 01:03:06 PST 2015


Here is the ticket:
http://llvm.org/bugs/show_bug.cgi?id=22561
-- 
AlexDenisov
Software Engineer, https://github.com/AlexDenisov

On 11 Feb 2015 at 22:10:29, AlexDenisov (1101.debian at gmail.com) wrote:

Whoops, ignore first email, please.
Here is update patch, with a bit more test.
Covers cases when class is undeclared (NSArray, NSDictionary, NSNumber) and cases when class has only forward declaration (NSArray, NSDictionary).

Forward declaration test for NSNumber cause crash of clang and, currently I’m investigating the issue. Will send new patch or open ticket soon.
-- 
AlexDenisov
Software Engineer, https://github.com/AlexDenisov

On 11 Feb 2015 at 21:50:40, AlexDenisov (1101.debian at gmail.com) wrote:

The patch adds more tests for ObjC literals, it covers cases when NSArray, NSDictionary and NSNumber is undeclared.

-- 
AlexDenisov
Software Engineer, https://github.com/AlexDenisov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150212/8594d0c4/attachment.html>


More information about the cfe-commits mailing list