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