summaryrefslogtreecommitdiff
path: root/test/ARCMT/assign-prop-with-arc-runtime.m.result
AgeCommit message (Expand)Author
2013-12-08Remove all DISABLE lines from testsAlp Toker
2012-03-29[arcmt] Fix a bug where a property in a class extension, that did not existArgyrios Kyrtzidis
2012-01-20arc migrator: replace "retain" attribute with "strong"Fariborz Jahanian
2012-01-12[arcmt] The migrator tests for the buildbot in http://lab.llvm.org:8011/build...Argyrios Kyrtzidis
2012-01-10[arcmt] XFAIL on mingw.Argyrios Kyrtzidis
2012-01-07[arcmt] Disable tests in mingw, no idea why they are failing there.Argyrios Kyrtzidis
2011-11-08[arcmt] Take into account that all properties are strong-by-default now and f...Argyrios Kyrtzidis
2011-11-08[arcmt] Now that readonly properties are strong-by-default, do not add redund...Argyrios Kyrtzidis
2011-11-08objc-arc: 'readonly' property of retainable objectFariborz Jahanian
2011-10-18[arcmt] Rewrite attributes in extensions as well. rdar://9992142Argyrios Kyrtzidis
2011-10-17[arcmt] In ARC default for properties is 'strong' so just remove a 'retain' i...Argyrios Kyrtzidis
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-08-10[arcmt] When checking whether properties needs to be strong or not, take into...Argyrios Kyrtzidis
2011-07-27[arcmt] More automatic transformations and safety improvements; rdar://9615812 :Argyrios Kyrtzidis
2011-07-13[arcmt] Add weak/unsafe_unretained for "@property (readonly)" when we are @sy...Argyrios Kyrtzidis
2011-07-13[arcmt] For properties rewrite 'assign' -> 'weak or unsafe_unretained', 'reta...Argyrios Kyrtzidis
2011-07-12[arcmt] Also avoid 'weak' for forward references to objc classes.Argyrios Kyrtzidis
2011-07-12[arcmt] Before applying '__weak' check whether the objc class is annotated wi...Argyrios Kyrtzidis
2011-07-06Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall
2011-06-16[arcmt] Fix tests in non-darwin.Argyrios Kyrtzidis
2011-06-16[arcmt] Make arcmt-test accept cc1 options to make it more portable and hopef...Argyrios Kyrtzidis
2011-06-15The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall