summaryrefslogtreecommitdiff
path: root/docs/ObjectiveCLiterals.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo. NFC.Alex Denisov2015-06-271-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@240888 91177308-0d34-0410-b5e6-96231b3b80d8
* [ObjC] Add NSValue support for objc_boxed_expressionsAlex Denisov2015-06-261-2/+60
| | | | | | | | | | | | | | | 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)]; git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@240761 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove HTML codes from a .rst file. The proper HTML code will be added backRichard Trieu2014-01-251-2/+2
| | | | | | | when the .html file is generated. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200060 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove comment on the availability of boxed expressions. They have been ↵Ted Kremenek2013-08-281-6/+0
| | | | | | available for a while. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189446 91177308-0d34-0410-b5e6-96231b3b80d8
* docs: Fix up HTML links to proper reST links.Sean Silva2013-01-021-5/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171382 91177308-0d34-0410-b5e6-96231b3b80d8
* docs: Convert ObjectiveCLiterals to reST.Sean Silva2012-12-211-0/+557
Sphinx's syntax highlighter doesn't recognize the new literals, so the syntax highlighting is pretty pathetic. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170814 91177308-0d34-0410-b5e6-96231b3b80d8