aboutsummaryrefslogtreecommitdiff
path: root/lib/ARCMigrate/Transforms.h
AgeCommit message (Expand)Author
2012-03-05[arcmt]Argyrios Kyrtzidis
2011-11-28[arcmt] Integrate GC __weak into property attributes even when we don't haveArgyrios Kyrtzidis
2011-11-08[arcmt] When we already removed a __weak, don't try to change it to __unsafe_...Argyrios Kyrtzidis
2011-11-07[arcmt] In GC, handle (assign) @properties.Argyrios Kyrtzidis
2011-11-07[arcmt] Map property decls to their GC attributes.Argyrios Kyrtzidis
2011-11-07[arcmt] In GC, change '__weak' -> '__unsafe_unretained' when appliedArgyrios Kyrtzidis
2011-11-06[arcmt] In GC, clear redundant __strong's.Argyrios Kyrtzidis
2011-11-06[arcmt] Collect all the places where GC attributes __strong/__weak occur.Argyrios Kyrtzidis
2011-11-06[arcmt] Refactor PropertiesRewriter to use MigrationContext.Argyrios Kyrtzidis
2011-11-04[arcmt] In GC, error out when there is a call that returns a pointer toArgyrios Kyrtzidis
2011-11-04[arcmt] For GC, cleanup and turn -finalize to -dealloc.Argyrios Kyrtzidis
2011-11-04[arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease.Argyrios Kyrtzidis
2011-09-01[arcmt] Fix test/ARCMT/remove-statements.m regression due toArgyrios Kyrtzidis
2011-07-27[arcmt] More automatic transformations and safety improvements; rdar://9615812 :Argyrios Kyrtzidis
2011-07-18[arcmt] NSInvocation's [get/set]ReturnValue and [get/set]Argument are only safeArgyrios Kyrtzidis
2011-07-14[arcmt] Don't remove retains/releases on a global variable, flag them with er...Argyrios Kyrtzidis
2011-07-13[arcmt] For properties rewrite 'assign' -> 'weak or unsafe_unretained', 'reta...Argyrios Kyrtzidis
2011-07-12[arcmt] Before applying '__weak' check whether the objc class is annotated wi...Argyrios Kyrtzidis
2011-06-23[arcmt] Fully migrate ObjC++ classes, rdar://9660007.Argyrios Kyrtzidis
2011-06-23[arcmt] Remove rewriteAllocCopyWithZone transformation; not needed anymore.Argyrios Kyrtzidis
2011-06-21[arcmt] Merge 'removeEmptyStatements' and 'removeDeallocMethod' passes to cut...Argyrios Kyrtzidis
2011-06-21[arcmt] Break apart Transforms.cpp.Argyrios Kyrtzidis