summaryrefslogtreecommitdiff
path: root/clang/lib/Driver/Tool.cpp
AgeCommit message (Expand)Author
2021-07-27[clang][driver] NFC: Move InputInfo.h from lib to includeJan Svoboda
2020-06-29Clang Driver: refactor support for writing response files to beJames Y Knight
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2016-11-03Rename the version of ConstructJob for multiple outputs to ConstructJobMultip...Samuel Antao
2016-10-27[Driver][OpenMP] Add support to create jobs for unbundling actions.Samuel Antao
2015-10-20Roll-back r250822.Angel Garcia Gomez
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez
2014-09-15Teach Clang how to use response files when calling other toolsReid Kleckner
2010-12-31Remove stray emacs mode markers in all these files that was causing emacs toNick Lewycky
2010-05-22Driver: Add Tool::ShortName, intended to be a human readable name for the tool.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-03-17Driver: Add name to Tool (for testing/debugging) and move GCC_* toolsDaniel Dunbar
2009-03-17Driver: Stub out generic GCC tool selection.Daniel Dunbar
2009-03-16Driver: Sketch Tool and ToolChain classes.Daniel Dunbar