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

AlexDenisov 1101.debian at gmail.com
Wed Feb 11 13:10:28 PST 2015


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/20150211/233f12f2/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: objc_literals_unavailable_tests.patch
Type: application/octet-stream
Size: 2166 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150211/233f12f2/attachment.obj>


More information about the cfe-commits mailing list