llvm-project/clang/include
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
..
clang [ObjC] Add NSValue support for objc_boxed_expressions 2015-06-26 05:28:36 +00:00
clang-c Fix "the the" in comments/documentation/etc. 2015-06-19 01:52:53 +00:00
CMakeLists.txt
Makefile