summaryrefslogtreecommitdiffstats
path: root/include/clang/Driver/Tool.h
Commit message (Expand)AuthorAgeFilesLines
* Reapply "Change -save-temps to emit unoptimized bitcode files."Bob Wilson2014-12-211-0/+1
* Teach Clang how to use response files when calling other toolsReid Kleckner2014-09-151-2/+55
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* clang-cl: implement /fallback modeHans Wennborg2013-09-191-1/+2
* [Driver] Remove the using namespace directives from headersReid Kleckner2013-06-171-3/+1
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-1/+9
* [driver] Don't try to generate diagnostic information for dsymutil crashes.Chad Rosier2013-02-011-0/+1
* Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg isDmitri Gribenko2012-09-131-2/+2
* [driver] Don't try to generate diagnostic information for linker crashes.Chad Rosier2012-03-071-0/+1
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-4/+2
* Driver: Add Compilation::addCommand and switch tools to using it, now that weDaniel Dunbar2010-08-021-2/+0
* Driver: Eliminate now unnecessary tool hooks for whether they accept piped in...Daniel Dunbar2010-08-021-2/+0
* Driver: Add Tool::ShortName, intended to be a human readable name for the tool.Daniel Dunbar2010-05-221-1/+7
* Driver: Add a Tool::hasGoodDiagnostics hook, and use it to simplify logic forDaniel Dunbar2010-04-061-0/+4
* Driver: Add -[no-]integrated-as for clang.Daniel Dunbar2010-02-031-0/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-4/+4
* Driver: ConstructJob also needs to know the destination (where to putDaniel Dunbar2009-03-181-0/+3
* Driver: Add a dash of const.Daniel Dunbar2009-03-181-1/+2
* Driver: Stub out Tool::ConstructJob.Daniel Dunbar2009-03-181-0/+22
* Driver: Add name to Tool (for testing/debugging) and move GCC_* toolsDaniel Dunbar2009-03-171-1/+7
* Driver: Stub out generic GCC tool selection.Daniel Dunbar2009-03-171-3/+8
* Driver: Sketch Tool and ToolChain classes.Daniel Dunbar2009-03-161-0/+32