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