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