aboutsummaryrefslogtreecommitdiff
path: root/docs/AutomaticReferenceCounting.html
AgeCommit message (Expand)Author
2012-12-13Documentation: convert AutomaticReferenceCounting.html to reSTDmitri Gribenko
2012-08-30Fix missing 'clang' in pragma example in ARC doc.Ted Kremenek
2012-08-29Clarify the point at which ARC destroys ivars vis-à-visJohn McCall
2012-08-20Fix a pair of bugs relating to properties in ARC.John McCall
2012-07-25Fix two typos in the docSylvestre Ledru
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer
2012-03-30Forbid the block and lambda copy-capture of __autoreleasing variablesJohn McCall
2012-03-27Update the ARC specification for several changes made in theJohn McCall
2012-01-15Fix ALL the markup.Benjamin Kramer
2011-11-24Fix typo (becuase->because), PR11427David Blaikie
2011-11-14ARC: make assignment to 'self' within class methods illegal. Fixes <rdar://p...Ted Kremenek
2011-10-18Update documentation to use "C++11" instead of "C++0x"David Blaikie
2011-07-22Document the existing objc_precise_lifetime attribute.John McCall
2011-07-13Document the behavior of property modifiers in ARC.John McCall
2011-07-07Move and elaborate the section on objc_arc_weak_unavailable.John McCall
2011-07-06Update document for objc_arc_weak_unavailable attributeFariborz Jahanian
2011-07-06Update document on use of ns_returns_not_retainedFariborz Jahanian
2011-07-06Update documentation for // rdar://9619861Fariborz Jahanian
2011-06-19More clarifications.John McCall
2011-06-19Improve the intro to the runtime-functions section.John McCall
2011-06-19Describe the ARC runtime support calls.John McCall
2011-06-18Clarify the semantics of init methods, and point out a few placesJohn McCall
2011-06-18A couple of minor changes to the ARC spec, plus a new sectionJohn McCall
2011-06-17Objective-C++ ARC: eliminate the utterly unjustified loophole thatDouglas Gregor
2011-06-17Fix a grammaroDouglas Gregor
2011-06-17Objective-ARC++: infer template type arguments ofDouglas Gregor
2011-06-15The specification document for the new ObjC Automatic Reference CountingJohn McCall