[PATCH] Add ObjCBoxable handling to ObjCMigrator

2015-12-05 Thread AlexDenisov via cfe-commits
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()

Re: r244193 - [ObjC] Circular containers: add support of subclasses

2015-08-12 Thread AlexDenisov via cfe-commits
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...@

Re: r244193 - [ObjC] Circular containers: add support of subclasses

2015-08-06 Thread AlexDenisov via cfe-commits
> 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