summaryrefslogtreecommitdiffstats
path: root/lib/ARCMigrate/FileRemapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Misc typos fixes in ./lib folderRaphael Isemann2018-12-101-1/+1
* Remove trailing spaceFangrui Song2018-07-301-3/+3
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* Fix a small bug in clang where generating some temporary files would have an ...Argyrios Kyrtzidis2015-09-091-1/+1
* Use the simpler version of llvm::sys::fs::exists.Rafael Espindola2014-09-111-6/+2
* Update for llvm api change.Rafael Espindola2014-08-251-8/+8
* Use std::unique_ptr in a few methods that take ownership.Rafael Espindola2014-08-171-4/+6
* Update for llvm api change.Rafael Espindola2014-07-061-3/+4
* Remove leftovers of '-arcmt-modify-in-memory' from r133315Alp Toker2014-07-051-16/+0
* There is no std::errc:success, remove the llvm one.Rafael Espindola2014-05-311-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-2/+2
* Update for llvm api change.Rafael Espindola2014-02-241-4/+2
* Use simpler version of fs::create_directory.Rafael Espindola2014-02-131-2/+1
* Enforce safe usage of DiagnosticsEngine::getCustomDiagID()Alp Toker2014-01-261-4/+2
* Use the simpler version of llvm::sys::fs::remove when possible.Rafael Espindola2014-01-101-2/+1
* [arcmt] Remove some dead code.Argyrios Kyrtzidis2013-07-161-27/+14
* Update for llvm API change.Rafael Espindola2013-07-161-2/+2
* Use llvm::sys::fs::createTemporaryFile.Rafael Espindola2013-07-051-4/+3
* Modernize some low-hanging PathV1 uses.Benjamin Kramer2013-06-131-5/+3
* Include PathV1.h in files that use it.Rafael Espindola2013-06-111-0/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-3/+3
* Move PreprocessorOptions into the Lex library, and make it intrusivelyDouglas Gregor2012-10-241-1/+1
* Fix use of uninitialized variable caught by GCC's -Wmaybe-uninitialized.David Blaikie2012-05-011-1/+3
* Simplify some users of DenseMap::erase.Benjamin Kramer2012-03-241-4/+1
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-7/+19
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-4/+4
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* Remove unused variables.Rafael Espindola2011-12-251-2/+1
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-4/+4
* Twinify.Benjamin Kramer2011-08-271-21/+15
* Try to unbreak the build on systems where uint64_t isn't something that Strin...Douglas Gregor2011-08-261-1/+1
* [arcmt] Add a test case for r138671 and improve the loop.Argyrios Kyrtzidis2011-08-261-4/+1
* [arcmt] Fix horrible bug where migrating files if there is a space in the pathsArgyrios Kyrtzidis2011-08-261-12/+15
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-10/+10
* [arcmt] Remove redundant has_error() check.Argyrios Kyrtzidis2011-07-101-2/+2
* [arcmt] Try fixing test/ARCMT/migrate.m for windows hosts.Argyrios Kyrtzidis2011-07-101-1/+2
* [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis2011-07-091-8/+8
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-151-0/+290