summaryrefslogtreecommitdiffstats
path: root/lib/ARCMigrate/TransGCCalls.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* Get ARCMT/GC-check-warn-nsalloc.m workingAlp Toker2014-05-191-1/+1
* ARCMigrate: Introduce proper diagnostics for TransformActionsAlp Toker2014-01-261-8/+2
* s/tranform/transform/Benjamin Kramer2012-11-141-1/+1
* Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.Benjamin Kramer2012-07-041-0/+1
* Remove unused private member variables found by clang's new -Wunused-private-...Benjamin Kramer2012-06-061-5/+3
* arc migrator: Provide infrastructure to add optionsFariborz Jahanian2012-01-251-3/+8
* [arcmt] Collect all the places where GC attributes __strong/__weak occur.Argyrios Kyrtzidis2011-11-061-2/+4
* [arcmt] In GC, error out when there is a call that returns a pointer toArgyrios Kyrtzidis2011-11-041-0/+7
* [arcmt] In GC, error for use of CFMakeCollectable because it will leak theArgyrios Kyrtzidis2011-11-041-5/+15
* In C++ keep unavailable function calls in the AST, like in C/ObjC.Argyrios Kyrtzidis2011-11-041-0/+1
* [arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease.Argyrios Kyrtzidis2011-11-041-0/+59