summaryrefslogtreecommitdiff
path: root/clang/docs/ObjectiveCLiterals.rst
AgeCommit message (Collapse)Author
2015-06-27Fix typo. NFC.Alex Denisov
llvm-svn: 240888
2015-06-26[ObjC] Add NSValue support for objc_boxed_expressionsAlex Denisov
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
2014-01-25Remove HTML codes from a .rst file. The proper HTML code will be added backRichard Trieu
when the .html file is generated. llvm-svn: 200060
2013-08-28Remove comment on the availability of boxed expressions. They have been ↵Ted Kremenek
available for a while. llvm-svn: 189446
2013-01-02docs: Fix up HTML links to proper reST links.Sean Silva
llvm-svn: 171382
2012-12-21docs: Convert ObjectiveCLiterals to reST.Sean Silva
Sphinx's syntax highlighter doesn't recognize the new literals, so the syntax highlighting is pretty pathetic. llvm-svn: 170814