aboutsummaryrefslogtreecommitdiff
path: root/lib/ARCMigrate/FileRemapper.cpp
AgeCommit message (Expand)Author
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-08-27Twinify.Benjamin Kramer
2011-08-26Try to unbreak the build on systems where uint64_t isn't something that Strin...Douglas Gregor
2011-08-26[arcmt] Add a test case for r138671 and improve the loop.Argyrios Kyrtzidis
2011-08-26[arcmt] Fix horrible bug where migrating files if there is a space in the pathsArgyrios Kyrtzidis
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-10[arcmt] Remove redundant has_error() check.Argyrios Kyrtzidis
2011-07-10[arcmt] Try fixing test/ARCMT/migrate.m for windows hosts.Argyrios Kyrtzidis
2011-07-09[arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis
2011-06-15The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall