Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ObjC] Add NSValue support for objc_boxed_expressions | Alex Denisov | 2015-06-26 | 1 | -32/+49 |
| | | | | | | | | | | | | | 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 | ||||
* | And libclang cursor/indexing support for new Objective-C ↵ | Ted Kremenek | 2012-03-06 | 1 | -0/+72 |
NSArray/NSDictionary/NSNumber literals. llvm-svn: 152138 |