| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove first argument from Arg::getValue; it's been unused since r105760. | Richard Smith | 2012-11-01 | 1 | -6/+6 |
* | [Options] Add prefixes to options. | Michael J. Spencer | 2012-10-22 | 1 | -9/+11 |
* | [Options] make Option a value type. | Michael J. Spencer | 2012-10-19 | 1 | -5/+5 |
* | Revert r166223 and the subsequent commits that depend on it, r166230 & r166235. | Argyrios Kyrtzidis | 2012-10-18 | 1 | -5/+5 |
* | [Options] make Option a value type. | Michael J. Spencer | 2012-10-18 | 1 | -5/+5 |
* | Revert "[Options] make Option a value type." | Eric Christopher | 2012-10-10 | 1 | -5/+5 |
* | [Options] make Option a value type. | Michael J. Spencer | 2012-10-10 | 1 | -5/+5 |
* | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -2/+2 |
* | StringRef'ize clang::drive::Option::getName(), from Zach Wheeler! | Douglas Gregor | 2011-07-05 | 1 | -1/+1 |
* | Remove stray emacs mode markers in all these files that was causing emacs to | Nick Lewycky | 2010-12-31 | 1 | -1/+1 |
* | Driver: Eliminate Arg subclasses, which are now unnecessary. | Daniel Dunbar | 2010-06-09 | 1 | -74/+23 |
* | Driver: Keep the rendering style in the option, instead of as part of the Arg. | Daniel Dunbar | 2010-06-09 | 1 | -43/+37 |
* | Driver: Change Arg to just hold the values directly, instead of implicitly | Daniel Dunbar | 2010-06-09 | 1 | -51/+37 |
* | Driver: Add an explicit offset to JoinedArg and JoinedAndSeparateArg, so that | Daniel Dunbar | 2010-06-09 | 1 | -9/+11 |
* | Driver: Change Arg::render methods to use option name instead of string where | Daniel Dunbar | 2010-06-09 | 1 | -2/+2 |
* | Driver: Allow Render{Separate,Joined} option flags on JoinedOrSeparate option... | Daniel Dunbar | 2010-03-20 | 1 | -5/+4 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -12/+11 |
* | Driver: Track which original arguments an arg is derived from, so that | Daniel Dunbar | 2009-03-29 | 1 | -17/+18 |
* | Driver: Fix typo in JoinedAndSeparateArg::render. | Daniel Dunbar | 2009-03-25 | 1 | -1/+1 |
* | Driver: Drop code for checking bounds in SeparateArg::render, this | Daniel Dunbar | 2009-03-22 | 1 | -3/+2 |
* | fix PR3859: crash with 'cc -V' | Nuno Lopes | 2009-03-22 | 1 | -2/+3 |
* | Driver: Add Arg::getAsString and use when dumping arguments to | Daniel Dunbar | 2009-03-20 | 1 | -0/+16 |
* | Driver: Add Arg::renderAsInput; this is a messy area and something I | Daniel Dunbar | 2009-03-19 | 1 | -0/+10 |
* | Driver: Provide Arg::render implementations. | Daniel Dunbar | 2009-03-18 | 1 | -6/+22 |
* | Driver: Initialize Arg::Claimed | Daniel Dunbar | 2009-03-18 | 1 | -1/+2 |
* | Driver: Implement JoinedAndSeparateArg::getValue and add parsing test | Daniel Dunbar | 2009-03-18 | 1 | -2/+3 |
* | Remove some now-unneeded calls to llvm::errs().flush(). | Daniel Dunbar | 2009-03-10 | 1 | -2/+0 |
* | Fix warnings in build on clang-x86_64-freebsd buildbot. | Mike Stump | 2009-03-07 | 1 | -0/+1 |
* | Driver: Basic argument parsing. | Daniel Dunbar | 2009-03-05 | 1 | -6/+41 |
* | Driver: Implement Option::accept methods. | Daniel Dunbar | 2009-03-04 | 1 | -2/+2 |
* | Driver: Add Arg::dump and SeparateArg stubs. | Daniel Dunbar | 2009-03-04 | 1 | -0/+41 |
* | Driver: Stub out Arg implementations. | Daniel Dunbar | 2009-03-04 | 1 | -0/+72 |