Dmitri Gribenko
3605f319dd
Documentation: formatting fixes
...
llvm-svn: 176948
2013-03-13 14:26:35 +00:00
John McCall
cdda29c968
Tighten up the rules for precise lifetime and document
...
the requirements on the ARC optimizer.
rdar://13407451
llvm-svn: 176924
2013-03-13 03:10:54 +00:00
John McCall
73fc0385de
Attempt to not place ownership qualifiers on the result type
...
of block declarators. Document the rule we use.
Also document the rule that Doug implemented a few weeks ago
which drops ownership qualifiers on function result types.
rdar://10127067
llvm-svn: 176336
2013-03-01 07:58:16 +00:00
Michael Gottesman
3ae54b2f41
Added a footnote to the documentation for objc_storeStrong that makes it clear
...
that a __strong object of block type is a valid argument to objc_storeStrong but
that an objc_retain and not an objc_retainBlock will be emitted.
llvm-svn: 175838
2013-02-22 00:16:48 +00:00
Michael Gottesman
675444d5de
Removed extra "`" from ARC documentation.
...
llvm-svn: 171920
2013-01-08 23:55:10 +00:00
Dmitri Gribenko
544bd61989
Documentation: add a missing word
...
llvm-svn: 170296
2012-12-16 19:55:39 +00:00
Dmitri Gribenko
7730cf0b62
Documentation: AutomaticReferenceCounting.rst: use CSS section numbering.
...
This enables us to use the same document structure as in other files.
llvm-svn: 170283
2012-12-16 11:25:45 +00:00
Sean Silva
55b7cbe8ed
docs: Fix completely broken adornment structure.
...
The adornment:
===
Foo
===
is for titles, not sections.
llvm-svn: 170278
2012-12-16 00:23:40 +00:00
Dmitri Gribenko
6c48a8c4ee
Documentation: convert AutomaticReferenceCounting.html to reST
...
Patch by Anastasi Voitova with with small fixes by me.
llvm-svn: 170132
2012-12-13 16:04:37 +00:00