Alex Denisov
fde64956f9
[ObjC] Add NSValue support for objc_boxed_expressions
Patch extends ObjCBoxedExpr to accept records (structs and unions):
typedef struct __attribute__((objc_boxable)) _Color {
int r, g, b;
} Color;
Color color;
NSValue *boxedColor = @(color); // [NSValue valueWithBytes:&color objCType:@encode(Color)];
llvm-svn: 240761
2015-06-26 05:28:36 +00:00
..
2014-01-01 08:27:31 +00:00
2015-06-13 01:21:58 +00:00
2015-06-25 23:36:44 +00:00
2015-06-23 17:31:30 +00:00
2015-02-25 20:09:06 +00:00
2014-11-02 21:27:52 +00:00
2015-06-18 09:12:47 +00:00
2014-01-26 05:08:07 +00:00
2014-03-21 07:25:01 +00:00
2014-04-18 21:55:46 +00:00
2015-01-14 18:14:05 +00:00
2015-06-19 19:57:46 +00:00
2015-03-12 00:30:41 +00:00
2015-06-03 10:11:42 +00:00
2013-08-14 18:54:18 +00:00
2013-08-22 20:08:20 +00:00
2015-03-12 17:27:53 +00:00
2015-06-02 22:06:32 +00:00
2014-03-07 09:06:12 +00:00
2015-06-15 21:08:13 +00:00
2015-05-13 18:06:48 +00:00
2013-10-08 19:50:01 +00:00
2015-06-15 21:08:13 +00:00
2015-06-25 23:36:44 +00:00
2015-02-10 14:46:45 +00:00
2015-06-02 22:40:27 +00:00
2014-05-01 20:04:39 +00:00
2015-03-12 17:27:53 +00:00
2015-02-26 15:59:30 +00:00
2015-06-19 01:52:53 +00:00
2015-05-07 07:48:16 +00:00
2015-06-26 05:28:36 +00:00
2015-02-25 02:44:04 +00:00
2014-07-07 14:02:39 +00:00
2014-10-22 23:57:14 +00:00
2015-05-26 19:56:13 +00:00
2015-06-25 21:02:17 +00:00
2015-05-07 23:04:19 +00:00
2014-05-20 17:10:39 +00:00
2015-05-22 13:36:48 +00:00
2015-02-18 22:26:20 +00:00
2015-06-19 19:57:46 +00:00