summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/warn-retain-cycle.m
Commit message (Expand)AuthorAgeFilesLines
* Objective-C ARC. Blocks that strongly capture themselvesFariborz Jahanian2014-06-121-2/+16
* objective-C arc: Warn under arc about a use of an ivar inside a blockFariborz Jahanian2012-10-031-1/+1
* -Warc-retain-cycles: look through [^{...} copy] and Block_copy(^{...})Jordan Rose2012-09-171-0/+31
* -Warc-retain-cycles: warn at variable initialization as well as assignment.Jordan Rose2012-09-151-0/+26
* objective-C ARC; detect and warn on retain cycle whenFariborz Jahanian2012-08-311-0/+4
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* Specially whitelist the selector 'addOperationWithBlock:' for the retain-cycl...Ted Kremenek2011-12-011-0/+34
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* objc-arc: warn when a 'retain' block property isFariborz Jahanian2011-09-141-1/+1
* Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall2011-07-061-1/+1
* Automatic Reference Counting.John McCall2011-06-151-0/+91