summaryrefslogtreecommitdiffstats
path: root/include/clang/ARCMigrate
Commit message (Expand)AuthorAgeFilesLines
* [Frontend] Make the memory management of FrontendAction pointers explicit by ...Argyrios Kyrtzidis2016-02-071-5/+6
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-2/+2
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-201-15/+21
* Use std::unique_ptr in a few methods that take ownership.Rafael Espindola2014-08-171-2/+2
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-4/+4
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-4/+4
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-4/+4
* Remove leftovers of '-arcmt-modify-in-memory' from r133315Alp Toker2014-07-051-2/+0
* [C++11] Use 'nullptr'Craig Topper2014-05-061-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-141-8/+9
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-091-1/+1
* [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
* Objective-C migrator. Simplify migrator option Fariborz Jahanian2013-10-021-8/+2
* ObjectiveC migrator. This patch infers readonly properties for no-parameter Fariborz Jahanian2013-08-281-1/+3
* [arcmt] Only disable ARC in the second compilation if there were actually ARC...Argyrios Kyrtzidis2013-07-221-0/+2
* [arcmt] Remove some dead code.Argyrios Kyrtzidis2013-07-161-1/+0
* ObjC migrator: Add -objcmt-migrate-property to do propertyFariborz Jahanian2013-07-091-1/+3
* Sort #include lines for all files under include/...Chandler Carruth2012-12-043-3/+3
* Use a .def file for most of the diagnostic options.Douglas Gregor2012-10-231-0/+1
* Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg isDmitri Gribenko2012-09-131-2/+2
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-063-3/+41
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* objc-arc: introduce -no-finalize-removal which in gc mode,Fariborz Jahanian2012-01-261-1/+2
* Extract the (InputKind, std::string) pair used to describe inputs toDouglas Gregor2012-01-201-3/+3
* [arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease.Argyrios Kyrtzidis2011-11-041-1/+1
* Rename DiagnosticClient to DiagnosticConsumer as per issue 5397David Blaikie2011-09-251-7/+7
* 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-203-19/+20
* [arcmt] Add some additional driver flags to optionally emit or save the pre-m...Argyrios Kyrtzidis2011-07-192-3/+25
* [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis2011-07-092-4/+30
* [arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initi...Argyrios Kyrtzidis2011-06-181-2/+2
* [arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we h...Argyrios Kyrtzidis2011-06-172-14/+0
* Raise the ARCMT functionality in Clang into proper FrontendActions.Chandler Carruth2011-06-161-0/+46
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-152-0/+159