summaryrefslogtreecommitdiffstats
path: root/lib/ARCMigrate/Internals.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
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-1/+1
* ARCMigrate: simplify diagnostic handlingAlp Toker2014-07-021-2/+3
* ARCMigrate: Introduce proper diagnostics for TransformActionsAlp Toker2014-01-261-2/+2
* Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie2013-02-201-1/+1
* [arcmt] Adds brackets in case statements that "contain" initialization of ret...Argyrios Kyrtzidis2013-01-041-1/+5
* Use a .def file for most of the diagnostic options.Douglas Gregor2012-10-231-0/+2
* [arcmt] Use CFBridgingRetain/CFBridgingRelease instead of __bridge_retained/_...Argyrios Kyrtzidis2012-06-011-0/+4
* arc migrator: Added an option to the migratorFariborz Jahanian2012-01-261-0/+2
* arc migrator: Provide infrastructure to add optionsFariborz Jahanian2012-01-251-1/+7
* [arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease.Argyrios Kyrtzidis2011-11-041-2/+7
* Further refine the diagnostic categories for ARC diagnostics. Addresses <rda...Ted Kremenek2011-10-201-2/+0
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-4/+4
* Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ...Chris Lattner2011-07-231-5/+5
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-10/+10
* [arcmt] Add some additional driver flags to optionally emit or save the pre-m...Argyrios Kyrtzidis2011-07-191-0/+8
* [arcmt] NSInvocation's [get/set]ReturnValue and [get/set]Argument are only safeArgyrios Kyrtzidis2011-07-181-0/+3
* [arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initi...Argyrios Kyrtzidis2011-06-181-0/+2
* [arcmt] Const'ify.Argyrios Kyrtzidis2011-06-181-2/+2
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-151-0/+146