| Age | Commit message (Collapse) | Author |
|
llvm-svn: 240888
|
|
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
|
|
when the .html file is generated.
llvm-svn: 200060
|
|
available for a while.
llvm-svn: 189446
|
|
llvm-svn: 171382
|
|
Sphinx's syntax highlighter doesn't recognize the new literals, so the
syntax highlighting is pretty pathetic.
llvm-svn: 170814
|