aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/arc-repeated-weak.mm
AgeCommit message (Expand)Author
2013-04-17Use the extra info in global method pool to speed up looking for ObjC overrid...Argyrios Kyrtzidis
2013-04-15Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()."Argyrios Kyrtzidis
2012-10-29-Warc-repeated-use-of-weak: allow single reads in loops from local variables.Jordan Rose
2012-10-11-Warc-repeated-use-of-weak: fix a use-of-uninitialized and add a test case.Jordan Rose
2012-10-11-Warc-repeated-use-of-weak: Don't warn on a single read followed by writes.Jordan Rose
2012-10-11-Warc-repeated-use-of-weak: Check messages to property accessors as well.Jordan Rose
2012-10-10-Warc-repeated-use-of-weak: look through explicit casts on assigned values.Jordan Rose
2012-09-28-Warc-repeated-use-of-weak: check ivars and variables as well.Jordan Rose
2012-09-28Add a warning (off by default) for repeated use of the same weak property.Jordan Rose