summaryrefslogtreecommitdiffstats
path: root/lib/Driver/Arg.cpp
Commit message (Expand)AuthorAgeFilesLines
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-2/+2
* StringRef'ize clang::drive::Option::getName(), from Zach Wheeler!Douglas Gregor2011-07-051-1/+1
* Remove stray emacs mode markers in all these files that was causing emacs toNick Lewycky2010-12-311-1/+1
* Driver: Eliminate Arg subclasses, which are now unnecessary.Daniel Dunbar2010-06-091-74/+23
* Driver: Keep the rendering style in the option, instead of as part of the Arg.Daniel Dunbar2010-06-091-43/+37
* Driver: Change Arg to just hold the values directly, instead of implicitlyDaniel Dunbar2010-06-091-51/+37
* Driver: Add an explicit offset to JoinedArg and JoinedAndSeparateArg, so thatDaniel Dunbar2010-06-091-9/+11
* Driver: Change Arg::render methods to use option name instead of string whereDaniel Dunbar2010-06-091-2/+2
* Driver: Allow Render{Separate,Joined} option flags on JoinedOrSeparate option...Daniel Dunbar2010-03-201-5/+4
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-12/+11
* Driver: Track which original arguments an arg is derived from, so thatDaniel Dunbar2009-03-291-17/+18
* Driver: Fix typo in JoinedAndSeparateArg::render.Daniel Dunbar2009-03-251-1/+1
* Driver: Drop code for checking bounds in SeparateArg::render, thisDaniel Dunbar2009-03-221-3/+2
* fix PR3859: crash with 'cc -V'Nuno Lopes2009-03-221-2/+3
* Driver: Add Arg::getAsString and use when dumping arguments toDaniel Dunbar2009-03-201-0/+16
* Driver: Add Arg::renderAsInput; this is a messy area and something IDaniel Dunbar2009-03-191-0/+10
* Driver: Provide Arg::render implementations.Daniel Dunbar2009-03-181-6/+22
* Driver: Initialize Arg::ClaimedDaniel Dunbar2009-03-181-1/+2
* Driver: Implement JoinedAndSeparateArg::getValue and add parsing testDaniel Dunbar2009-03-181-2/+3
* Remove some now-unneeded calls to llvm::errs().flush().Daniel Dunbar2009-03-101-2/+0
* Fix warnings in build on clang-x86_64-freebsd buildbot.Mike Stump2009-03-071-0/+1
* Driver: Basic argument parsing.Daniel Dunbar2009-03-051-6/+41
* Driver: Implement Option::accept methods.Daniel Dunbar2009-03-041-2/+2
* Driver: Add Arg::dump and SeparateArg stubs.Daniel Dunbar2009-03-041-0/+41
* Driver: Stub out Arg implementations.Daniel Dunbar2009-03-041-0/+72