aboutsummaryrefslogtreecommitdiff
path: root/lib/ARCMigrate/TransGCCalls.cpp
AgeCommit message (Expand)Author
2012-11-14s/tranform/transform/Benjamin Kramer
2012-07-04Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.Benjamin Kramer
2012-06-06Remove unused private member variables found by clang's new -Wunused-private-...Benjamin Kramer
2012-01-25arc migrator: Provide infrastructure to add optionsFariborz Jahanian
2011-11-06[arcmt] Collect all the places where GC attributes __strong/__weak occur.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] In GC, error for use of CFMakeCollectable because it will leak theArgyrios Kyrtzidis
2011-11-04In C++ keep unavailable function calls in the AST, like in C/ObjC.Argyrios Kyrtzidis
2011-11-04[arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease.Argyrios Kyrtzidis