1. 532c1ec Driver: Eliminate Arg subclasses, which are now unnecessary. by Daniel Dunbar · 14 years ago
  2. e375c4a Driver: Keep the rendering style in the option, instead of as part of the Arg. by Daniel Dunbar · 14 years ago
  3. 4465a77 Driver: Change Arg to just hold the values directly, instead of implicitly by Daniel Dunbar · 14 years ago
  4. 312a8b7 Driver: Add an explicit offset to JoinedArg and JoinedAndSeparateArg, so that by Daniel Dunbar · 14 years ago
  5. a3f28c3 Driver: Change Arg::render methods to use option name instead of string where by Daniel Dunbar · 14 years ago
  6. bbd2a04 Driver: Allow Render{Separate,Joined} option flags on JoinedOrSeparate option types. by Daniel Dunbar · 14 years ago
  7. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  8. 478edc2 Driver: Track which original arguments an arg is derived from, so that by Daniel Dunbar · 15 years ago
  9. ea728ac Driver: Fix typo in JoinedAndSeparateArg::render. by Daniel Dunbar · 15 years ago
  10. 3fe51c4 Driver: Drop code for checking bounds in SeparateArg::render, this by Daniel Dunbar · 15 years ago
  11. 378fd73 fix PR3859: crash with 'cc -V' by Nuno Lopes · 15 years ago
  12. 38dd3d5 Driver: Add Arg::getAsString and use when dumping arguments to by Daniel Dunbar · 15 years ago
  13. 42f7fc2 Driver: Add Arg::renderAsInput; this is a messy area and something I by Daniel Dunbar · 15 years ago
  14. 21fd6ac Driver: Provide Arg::render implementations. by Daniel Dunbar · 15 years ago
  15. 6d91b04 Driver: Initialize Arg::Claimed by Daniel Dunbar · 15 years ago
  16. ec29d36 Driver: Implement JoinedAndSeparateArg::getValue and add parsing test case. by Daniel Dunbar · 15 years ago
  17. 4a77edb Remove some now-unneeded calls to llvm::errs().flush(). by Daniel Dunbar · 15 years ago
  18. 2ace928 Fix warnings in build on clang-x86_64-freebsd buildbot. by Mike Stump · 15 years ago
  19. 0648262 Driver: Basic argument parsing. by Daniel Dunbar · 15 years ago
  20. bbf842b Driver: Implement Option::accept methods. by Daniel Dunbar · 15 years ago
  21. f781c41 Driver: Add Arg::dump and SeparateArg stubs. by Daniel Dunbar · 15 years ago
  22. fb36cae Driver: Stub out Arg implementations. by Daniel Dunbar · 15 years ago