summaryrefslogtreecommitdiffstats
path: root/test/ARCMT/checking.m
Commit message (Expand)AuthorAgeFilesLines
* Revert r145999. This turned out to be a bad idea. Unfortunately, 'id' is us...Ted Kremenek2012-02-101-12/+7
* Look for declaration of CFBridgingRetain/CFBridgingRetain beforeFariborz Jahanian2012-02-011-3/+7
* objc-arc: In various diagnostics mention Fariborz Jahanian2012-01-311-3/+3
* [arcmt] The migrator tests for the buildbot in http://lab.llvm.org:8011/build...Argyrios Kyrtzidis2012-01-121-1/+1
* [arcmt] XFAIL on mingw.Argyrios Kyrtzidis2012-01-101-1/+1
* [arcmt] Disable tests in mingw, no idea why they are failing there.Argyrios Kyrtzidis2012-01-071-0/+1
* [arcmt] Un-XFAIL a test.Argyrios Kyrtzidis2011-12-091-7/+38
* objc: issue deprecated/unavailable diagnostic whenFariborz Jahanian2011-12-071-0/+1
* Teach the ARC compiler to not require __bridge casts whenJohn McCall2011-10-171-5/+5
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* [arcmt] It's not safe to remove the -release on "[[someivar delegate] release...Argyrios Kyrtzidis2011-07-151-1/+8
* [arcmt] Don't remove retains/releases on a global variable, flag them with er...Argyrios Kyrtzidis2011-07-141-0/+6
* [arcmt] Allow -retain of an __unsafe_unretained receiver if the result gets u...Argyrios Kyrtzidis2011-07-141-0/+1
* [arcmt] Emit an error for unused -autorelease messages.Argyrios Kyrtzidis2011-07-141-2/+3
* [ARC] When casting from a pointer to an objective-c object with known ownersh...Argyrios Kyrtzidis2011-07-011-1/+1
* [arcmt] Add test for rdar://9601437.Argyrios Kyrtzidis2011-06-241-0/+13
* Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about ...Argyrios Kyrtzidis2011-06-241-2/+2
* [arcmt] Make -Warc-unsafe-retained-assign an error when migrating. rdar://893...Argyrios Kyrtzidis2011-06-221-0/+12
* [arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initi...Argyrios Kyrtzidis2011-06-181-1/+1
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-151-0/+255