summaryrefslogtreecommitdiffstats
path: root/include/clang/ARCMigrate/ARCMT.h
Commit message (Expand)AuthorAgeFilesLines
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-0/+9
* objc-arc: introduce -no-finalize-removal which in gc mode,Fariborz Jahanian2012-01-261-1/+2
* Extract the (InputKind, std::string) pair used to describe inputs toDouglas Gregor2012-01-201-3/+3
* [arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease.Argyrios Kyrtzidis2011-11-041-1/+1
* Rename DiagnosticClient to DiagnosticConsumer as per issue 5397David Blaikie2011-09-251-7/+7
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-9/+9
* [arcmt] Add some additional driver flags to optionally emit or save the pre-m...Argyrios Kyrtzidis2011-07-191-2/+20
* [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis2011-07-091-2/+19
* [arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we h...Argyrios Kyrtzidis2011-06-171-6/+0
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-151-0/+83