summaryrefslogtreecommitdiff
path: root/test/ARCMT
Commit message (Expand)AuthorAgeFilesLines
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-2/+2
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-2/+2
* [arcmt] The migrator tests for the buildbot in http://lab.llvm.org:8011/build...Argyrios Kyrtzidis2012-01-1232-32/+32
* [arcmt] XFAIL on mingw.Argyrios Kyrtzidis2012-01-1032-32/+32
* [arcmt] Disable tests in mingw, no idea why they are failing there.Argyrios Kyrtzidis2012-01-0732-0/+33
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-1/+1
* [arcmt] Un-XFAIL a test.Argyrios Kyrtzidis2011-12-091-7/+38
* Make changes to SDiagsWriter to make it work in combination with the ARC migr...Argyrios Kyrtzidis2011-12-071-0/+48
* objc: issue deprecated/unavailable diagnostic whenFariborz Jahanian2011-12-071-0/+1
* [arcmt] Integrate GC __weak into property attributes even when we don't haveArgyrios Kyrtzidis2011-11-282-0/+12
* [arcmt] Don't add __weak if there is already a GC __weak and make sure to clearArgyrios Kyrtzidis2011-11-282-2/+10
* [arcmt] Take into account that all properties are strong-by-default now and f...Argyrios Kyrtzidis2011-11-082-8/+6
* [arcmt] Now that readonly properties are strong-by-default, do not add redund...Argyrios Kyrtzidis2011-11-083-4/+6
* objc-arc: 'readonly' property of retainable objectFariborz Jahanian2011-11-082-4/+6
* [arcmt] Now that properties are strong by default, avoid adding redundant '(s...Argyrios Kyrtzidis2011-11-082-2/+6
* [arcmt] When we already removed a __weak, don't try to change it to __unsafe_...Argyrios Kyrtzidis2011-11-082-0/+141
* [arcmt] Fix handling NSMakeCollectable inside an objc method.Argyrios Kyrtzidis2011-11-072-0/+8
* [arcmt] In GC, handle (assign) @properties.Argyrios Kyrtzidis2011-11-072-0/+38
* [arcmt] In GC, change '__weak' -> '__unsafe_unretained' when appliedArgyrios Kyrtzidis2011-11-072-6/+20
* [arcmt] In GC, error for __strong/__weak on non-objc pointers.Argyrios Kyrtzidis2011-11-062-0/+6
* [arcmt] In GC, clear redundant __strong's.Argyrios Kyrtzidis2011-11-063-2/+13
* [arcmt] In GC, error out when there is a call that returns a pointer toArgyrios Kyrtzidis2011-11-041-0/+3
* [arcmt] For GC, cleanup and turn -finalize to -dealloc.Argyrios Kyrtzidis2011-11-042-0/+53
* [arcmt] In GC, error for use of CFMakeCollectable because it will leak theArgyrios Kyrtzidis2011-11-041-0/+11
* In C++ keep unavailable function calls in the AST, like in C/ObjC.Argyrios Kyrtzidis2011-11-042-0/+4
* [arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease.Argyrios Kyrtzidis2011-11-043-0/+23
* Further refine the diagnostic categories for ARC diagnostics. Addresses <rda...Ted Kremenek2011-10-201-1/+1
* [arcmt] Rewrite attributes in extensions as well. rdar://9992142Argyrios Kyrtzidis2011-10-182-0/+28
* [arcmt] In ARC default for properties is 'strong' so just remove a 'retain' i...Argyrios Kyrtzidis2011-10-177-12/+24
* Teach the ARC compiler to not require __bridge casts whenJohn McCall2011-10-172-6/+6
* Try fixing windows bots.Argyrios Kyrtzidis2011-10-081-2/+2
* [arcmt] Ignore linking errors when doing ARC migration, rdar://10247606Argyrios Kyrtzidis2011-10-071-0/+9
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-0252-96/+96
* [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