summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/annotate-literals.m
Commit message (Collapse)AuthorAgeFilesLines
* [ObjC] Add NSValue support for objc_boxed_expressionsAlex Denisov2015-06-261-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 Kremenek2012-03-061-0/+72
NSArray/NSDictionary/NSNumber literals. llvm-svn: 152138
OpenPOWER on IntegriCloud