- e4151c5 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
- f385233 Revert r166223 and the subsequent commits that depend on it, r166230 & r166235. by Argyrios Kyrtzidis · 12 years ago
- 97b8fd9 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
- bc0a925 Revert "[Options] make Option a value type." by Eric Christopher · 12 years ago
- 0464fd5 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
- f7ccbad Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 13 years ago
- bcf6a80 StringRef'ize clang::drive::Option::getName(), from Zach Wheeler! by Douglas Gregor · 13 years ago
- 3fdcc6f Remove stray emacs mode markers in all these files that was causing emacs to by Nick Lewycky · 14 years ago
- 532c1ec Driver: Eliminate Arg subclasses, which are now unnecessary. by Daniel Dunbar · 14 years ago
- e375c4a Driver: Keep the rendering style in the option, instead of as part of the Arg. by Daniel Dunbar · 14 years ago
- 4465a77 Driver: Change Arg to just hold the values directly, instead of implicitly by Daniel Dunbar · 14 years ago
- 312a8b7 Driver: Add an explicit offset to JoinedArg and JoinedAndSeparateArg, so that by Daniel Dunbar · 14 years ago
- a3f28c3 Driver: Change Arg::render methods to use option name instead of string where by Daniel Dunbar · 14 years ago
- bbd2a04 Driver: Allow Render{Separate,Joined} option flags on JoinedOrSeparate option types. by Daniel Dunbar · 15 years ago
- 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
- 478edc2 Driver: Track which original arguments an arg is derived from, so that by Daniel Dunbar · 16 years ago
- ea728ac Driver: Fix typo in JoinedAndSeparateArg::render. by Daniel Dunbar · 16 years ago
- 3fe51c4 Driver: Drop code for checking bounds in SeparateArg::render, this by Daniel Dunbar · 16 years ago
- 378fd73 fix PR3859: crash with 'cc -V' by Nuno Lopes · 16 years ago
- 38dd3d5 Driver: Add Arg::getAsString and use when dumping arguments to by Daniel Dunbar · 16 years ago
- 42f7fc2 Driver: Add Arg::renderAsInput; this is a messy area and something I by Daniel Dunbar · 16 years ago
- 21fd6ac Driver: Provide Arg::render implementations. by Daniel Dunbar · 16 years ago
- 6d91b04 Driver: Initialize Arg::Claimed by Daniel Dunbar · 16 years ago
- ec29d36 Driver: Implement JoinedAndSeparateArg::getValue and add parsing test case. by Daniel Dunbar · 16 years ago
- 4a77edb Remove some now-unneeded calls to llvm::errs().flush(). by Daniel Dunbar · 16 years ago
- 2ace928 Fix warnings in build on clang-x86_64-freebsd buildbot. by Mike Stump · 16 years ago
- 0648262 Driver: Basic argument parsing. by Daniel Dunbar · 16 years ago
- bbf842b Driver: Implement Option::accept methods. by Daniel Dunbar · 16 years ago
- f781c41 Driver: Add Arg::dump and SeparateArg stubs. by Daniel Dunbar · 16 years ago
- fb36cae Driver: Stub out Arg implementations. by Daniel Dunbar · 16 years ago