summaryrefslogtreecommitdiff
path: root/include/clang/Driver/Util.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* [Driver] clang::driver::getARMCPUForMArch() moved to llvm::Triple::getARMCPUF...Argyrios Kyrtzidis2014-07-111-7/+0
* [Driver] Expose getARMCPUForMArch() function in the Driver API; NFC.Argyrios Kyrtzidis2014-07-101-0/+7
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-3/+2
* [driver] Associate a JobAction with each result file. This enables the driverChad Rosier2013-01-241-0/+5
* Revert r163076 per chandlerc's request.Joao Matos2012-09-041-5/+0
* Refactored the Windows headers location lookup code. Expose it so standalone ...Joao Matos2012-09-011-0/+5
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-5/+3
* Driver: Stub out Tool::ConstructJob.Daniel Dunbar2009-03-181-0/+1
* Driver: Introduce ActionList typedef, tweak some constness.Daniel Dunbar2009-03-121-1/+7
* Driver: Sketch Arg & ArgList classes.Daniel Dunbar2009-03-031-0/+23