Extend ObjCMigrator to cover automatic migration from message sending to
boxable literals, e.g.:
```before
typedef struct __attribute__((objc_boxable)) CGRect CGRect;
/// ...
CGRect rect;
[NSValue valueWithBytes:&rect objCType:@encode(CGRect)];
[NSValue valueWithCGPoint:functionReturningCGPoint()
Ping
--
AlexDenisov
Software Engineer, http://lowlevelbits.org
> On 06 Aug 2015, at 18:15, Hans Wennborg wrote:
>
> Hi Alex,
>
> What crash is that? I don't see any PR number in the commit.
>
> Richard, what's your owner's opinion?
>
> On Wed, Aug 5, 2015 at 9:54 PM, AlexDenisov <1101.deb...@
> Ah, you were referring to
> http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20150727/134471.html
Yes, that is correct :)
> Sorry, email is hard to keep up with sometimes :-)
No worries, I do understand ;)
--
AlexDenisov
Software Engineer, http://lowlevelbits.org
> On 06 Aug 2015, a