aboutsummaryrefslogtreecommitdiff
path: root/include/clang/ARCMigrate/ARCMTActions.h
AgeCommit message (Expand)Author
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-07-19[arcmt] Add some additional driver flags to optionally emit or save the pre-m...Argyrios Kyrtzidis
2011-07-09[arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis
2011-06-18[arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initi...Argyrios Kyrtzidis
2011-06-17[arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we h...Argyrios Kyrtzidis
2011-06-16Raise the ARCMT functionality in Clang into proper FrontendActions.Chandler Carruth