index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
AutomaticReferenceCounting.html
Age
Commit message (
Expand
)
Author
2012-12-13
Documentation: convert AutomaticReferenceCounting.html to reST
Dmitri Gribenko
2012-08-30
Fix missing 'clang' in pragma example in ARC doc.
Ted Kremenek
2012-08-29
Clarify the point at which ARC destroys ivars vis-à-vis
John McCall
2012-08-20
Fix a pair of bugs relating to properties in ARC.
John McCall
2012-07-25
Fix two typos in the doc
Sylvestre Ledru
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-03-30
Forbid the block and lambda copy-capture of __autoreleasing variables
John McCall
2012-03-27
Update the ARC specification for several changes made in the
John McCall
2012-01-15
Fix ALL the markup.
Benjamin Kramer
2011-11-24
Fix typo (becuase->because), PR11427
David Blaikie
2011-11-14
ARC: make assignment to 'self' within class methods illegal. Fixes <rdar://p...
Ted Kremenek
2011-10-18
Update documentation to use "C++11" instead of "C++0x"
David Blaikie
2011-07-22
Document the existing objc_precise_lifetime attribute.
John McCall
2011-07-13
Document the behavior of property modifiers in ARC.
John McCall
2011-07-07
Move and elaborate the section on objc_arc_weak_unavailable.
John McCall
2011-07-06
Update document for objc_arc_weak_unavailable attribute
Fariborz Jahanian
2011-07-06
Update document on use of ns_returns_not_retained
Fariborz Jahanian
2011-07-06
Update documentation for // rdar://9619861
Fariborz Jahanian
2011-06-19
More clarifications.
John McCall
2011-06-19
Improve the intro to the runtime-functions section.
John McCall
2011-06-19
Describe the ARC runtime support calls.
John McCall
2011-06-18
Clarify the semantics of init methods, and point out a few places
John McCall
2011-06-18
A couple of minor changes to the ARC spec, plus a new section
John McCall
2011-06-17
Objective-C++ ARC: eliminate the utterly unjustified loophole that
Douglas Gregor
2011-06-17
Fix a grammaro
Douglas Gregor
2011-06-17
Objective-ARC++: infer template type arguments of
Douglas Gregor
2011-06-15
The specification document for the new ObjC Automatic Reference Counting
John McCall