summaryrefslogtreecommitdiffstats
path: root/test/ARCMT
Commit message (Expand)AuthorAgeFilesLines
...
* [arcmt] Use __bridge_retained when passing an objc object to a CF parameterArgyrios Kyrtzidis2011-09-143-0/+12
* [arcmt] Try fixing the windows buildbot.Argyrios Kyrtzidis2011-09-077-6/+54
* [arcmt] Remove xfail on test for windows, Takumi reported that it passes ming...Argyrios Kyrtzidis2011-09-071-2/+0
* [arcmt] Clear out temporary dirs in the tests or we may get failures because ...Argyrios Kyrtzidis2011-09-013-0/+3
* [arcmt] Fix test/ARCMT/remove-statements.m regression due toArgyrios Kyrtzidis2011-09-012-1/+2
* objective-c - This patch buffers method implementations Fariborz Jahanian2011-08-311-0/+1
* [arcmt] Xfail the test for windows.Argyrios Kyrtzidis2011-08-271-0/+2
* [arcmt] Add a test case for r138671 and improve the loop.Argyrios Kyrtzidis2011-08-261-0/+7
* [arcmt] When checking whether properties needs to be strong or not, take into...Argyrios Kyrtzidis2011-08-102-8/+8
* objective-c: reverse patch for // rdar://9818354Fariborz Jahanian2011-08-012-2/+2
* [arcmt] Revert r135382, there's a different approach in r135764. rdar://9821111.Argyrios Kyrtzidis2011-07-272-64/+0
* [arcmt] More automatic transformations and safety improvements; rdar://9615812 :Argyrios Kyrtzidis2011-07-2712-5/+157
* objective-c: Any use of @synthesize or @dynamic lexically after a method (or ...Fariborz Jahanian2011-07-222-2/+2
* [arcmt] Add some additional driver flags to optionally emit or save the pre-m...Argyrios Kyrtzidis2011-07-192-0/+62
* [arcmt] When a NSData's 'bytes' family of methods are used on a local var,Argyrios Kyrtzidis2011-07-182-0/+64
* [arcmt] NSInvocation's [get/set]ReturnValue and [get/set]Argument are only safeArgyrios Kyrtzidis2011-07-181-0/+43
* [arcmt] It's not safe to remove the -release on "[[someivar delegate] release...Argyrios Kyrtzidis2011-07-151-1/+8
* [arcmt] Rewrite to "foo = nil;" not "foo = 0;", as suggested by Jordy.Argyrios Kyrtzidis2011-07-152-1/+5
* [arcmt] For:Argyrios Kyrtzidis2011-07-152-4/+14
* [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-144-6/+7
* [arcmt] Make sure migrating to ARC works even if '-fobjc-arc' is included in ...Argyrios Kyrtzidis2011-07-145-0/+57
* [arcmt] Add weak/unsafe_unretained for "@property (readonly)" when we are @sy...Argyrios Kyrtzidis2011-07-132-4/+6
* [arcmt] For properties rewrite 'assign' -> 'weak or unsafe_unretained', 'reta...Argyrios Kyrtzidis2011-07-138-27/+29
* [arcmt] Also avoid 'weak' for forward references to objc classes.Argyrios Kyrtzidis2011-07-122-4/+10
* [arcmt] Before applying '__weak' check whether the objc class is annotated wi...Argyrios Kyrtzidis2011-07-122-14/+46
* In ARC mode, consider Objective-C lifetime types (object pointers andDouglas Gregor2011-07-121-3/+3
* Tweak two tests with MSYS-bash tolerant.NAKAMURA Takumi2011-07-111-1/+1
* [arcmt] Remove test/ARCMT/with-working-dir.m which fails at windows hosts and...Argyrios Kyrtzidis2011-07-092-90/+0
* [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis2011-07-098-0/+57
* Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall2011-07-066-6/+6
* [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] Fully migrate ObjC++ classes, rdar://9660007.Argyrios Kyrtzidis2011-06-232-0/+62
* [arcmt] Remove rewriteAllocCopyWithZone transformation; not needed anymore.Argyrios Kyrtzidis2011-06-234-179/+0
* [arcmt] Make -Warc-unsafe-retained-assign an error when migrating. rdar://893...Argyrios Kyrtzidis2011-06-221-0/+12
* [arcmt] Always add '__bridge' cast when 'self' is cast to a C pointer. rdar:...Argyrios Kyrtzidis2011-06-202-4/+16
* [arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initi...Argyrios Kyrtzidis2011-06-187-5/+134
* [arcmt] Fix test for MSVC build.Argyrios Kyrtzidis2011-06-162-2/+2
* [arcmt] Fix the test when running in Lion.Argyrios Kyrtzidis2011-06-162-2/+2
* Give arcmt-test an explicit triple for this test.John McCall2011-06-162-2/+2
* [arcmt] Fix tests in non-darwin.Argyrios Kyrtzidis2011-06-164-4/+4
* [arcmt] Make arcmt-test accept cc1 options to make it more portable and hopef...Argyrios Kyrtzidis2011-06-1635-53/+37
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-1542-0/+2003