summaryrefslogtreecommitdiff
path: root/include/clang/ARCMigrate
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'Craig Topper2014-05-06
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-14
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-09
* [C++11] Remove the remaining uses of OwningPtr.Ahmed Charles2014-03-09
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* Objective-C migrator. Simplify migrator option Fariborz Jahanian2013-10-02
* ObjectiveC migrator. This patch infers readonly properties for no-parameter Fariborz Jahanian2013-08-28
* [arcmt] Only disable ARC in the second compilation if there were actually ARC...Argyrios Kyrtzidis2013-07-22
* [arcmt] Remove some dead code.Argyrios Kyrtzidis2013-07-16
* ObjC migrator: Add -objcmt-migrate-property to do propertyFariborz Jahanian2013-07-09
* Sort #include lines for all files under include/...Chandler Carruth2012-12-04
* Use a .def file for most of the diagnostic options.Douglas Gregor2012-10-23
* Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg isDmitri Gribenko2012-09-13
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-06
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-05
* objc-arc: introduce -no-finalize-removal which in gc mode,Fariborz Jahanian2012-01-26
* Extract the (InputKind, std::string) pair used to describe inputs toDouglas Gregor2012-01-20
* [arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease.Argyrios Kyrtzidis2011-11-04
* Rename DiagnosticClient to DiagnosticConsumer as per issue 5397David Blaikie2011-09-25
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-25
* Twinify.Benjamin Kramer2011-08-27
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-20
* [arcmt] Add some additional driver flags to optionally emit or save the pre-m...Argyrios Kyrtzidis2011-07-19
* [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis2011-07-09
* [arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initi...Argyrios Kyrtzidis2011-06-18
* [arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we h...Argyrios Kyrtzidis2011-06-17
* Raise the ARCMT functionality in Clang into proper FrontendActions.Chandler Carruth2011-06-16
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-15