summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tool.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove stray emacs mode markers in all these files that was causing emacs toNick Lewycky2010-12-311-1/+1
| | | | | | | open them in fundamental-mode instead of c++-mode. Also twiddle whitespace for consistency in ToolChains.cpp. llvm-svn: 122646
* Driver: Add Tool::ShortName, intended to be a human readable name for the tool.Daniel Dunbar2010-05-221-2/+4
| | | | llvm-svn: 104416
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-1/+1
| | | | llvm-svn: 81346
* Driver: Add name to Tool (for testing/debugging) and move GCC_* toolsDaniel Dunbar2009-03-171-1/+2
| | | | | | into gcc:: namespace. llvm-svn: 67120
* Driver: Stub out generic GCC tool selection.Daniel Dunbar2009-03-171-0/+3
| | | | llvm-svn: 67108
* Driver: Sketch Tool and ToolChain classes.Daniel Dunbar2009-03-161-0/+15
llvm-svn: 67036
OpenPOWER on IntegriCloud