summaryrefslogtreecommitdiff
path: root/include/clang/ARCMigrate/FileRemapper.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Use std::unique_ptr in a few methods that take ownership.Rafael Espindola2014-08-171-2/+2
* Remove leftovers of '-arcmt-modify-in-memory' from r133315Alp Toker2014-07-051-2/+0
* [C++11] Remove the remaining uses of OwningPtr.Ahmed Charles2014-03-091-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1
* [arcmt] Remove some dead code.Argyrios Kyrtzidis2013-07-161-1/+0
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-1/+1
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-3/+6
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-5/+5
* Twinify.Benjamin Kramer2011-08-271-1/+1
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-8/+9
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-151-0/+76