aboutsummaryrefslogtreecommitdiff
path: root/lib/ARCMigrate/FileRemapper.cpp
AgeCommit message (Expand)Author
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-10-24Move PreprocessorOptions into the Lex library, and make it intrusivelyDouglas Gregor
2012-05-01Fix use of uninitialized variable caught by GCC's -Wmaybe-uninitialized.David Blaikie
2012-03-24Simplify some users of DenseMap::erase.Benjamin Kramer
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith
2011-12-25Remove unused variables.Rafael Espindola
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