summaryrefslogtreecommitdiffstats
path: root/test/ARCMT
Commit message (Expand)AuthorAgeFilesLines
* [arcmt] When fixing the "unassigned init call" ARC error, make sureArgyrios Kyrtzidis2012-03-312-2/+6
* [arcmt] Fix a bug where a property in a class extension, that did not existArgyrios Kyrtzidis2012-03-292-2/+4
* Don't include FixIts with a null replacement range. Fixes <rdar://problem/11...Ted Kremenek2012-03-201-1/+8
* [objcmt] Add a triple to test/ARCMT/objcmt-subscripting-literals.mArgyrios Kyrtzidis2012-03-062-2/+2
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-0613-13/+1343
* [arcmt]Argyrios Kyrtzidis2012-03-052-0/+40
* [arcmt] GC migrator: don't try to remove redundant __strong, it doesArgyrios Kyrtzidis2012-02-256-18/+16
* 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-013-9/+18
* objc-arc: In various diagnostics mention Fariborz Jahanian2012-01-313-9/+9
* arc migrator: twik previous patch to exclude user providedFariborz Jahanian2012-01-311-3/+1
* arc migrator: Do not attempt to migrate to bridge casts which Fariborz Jahanian2012-01-311-0/+43
* objc-arc: introduce -no-finalize-removal which in gc mode,Fariborz Jahanian2012-01-262-0/+192
* arc migrator: Provide infrastructure to add optionsFariborz Jahanian2012-01-251-0/+12
* arg migrator: change all "assign" of object propertiesFariborz Jahanian2012-01-213-8/+30
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-2/+2
* arc migrator: replace "retain" attribute with "strong"Fariborz Jahanian2012-01-208-19/+19
* 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