1. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  2. a049bbb [options] Fix mishandling of aliased options that was introduced in r166444. by Argyrios Kyrtzidis · 12 years ago
  3. c635710 [Options] Add prefixes to options. by Michael J. Spencer · 12 years ago
  4. 6592c77 Silence warning about && in ||. by Benjamin Kramer · 12 years ago
  5. e4151c5 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
  6. f385233 Revert r166223 and the subsequent commits that depend on it, r166230 & r166235. by Argyrios Kyrtzidis · 12 years ago
  7. 97b8fd9 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
  8. bc0a925 Revert "[Options] make Option a value type." by Eric Christopher · 12 years ago
  9. 0464fd5 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
  10. 9b7dcdb [Options] Store the owning OptTable in Option so it can construct Group and Alias. by Michael J. Spencer · 12 years ago
  11. f3477c1 Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164766 by Sylvestre Ledru · 12 years ago
  12. 94ff8e1 Fix a typo 'iff' => 'if' by Sylvestre Ledru · 12 years ago
  13. 663117a [Options] Store the option ID in OptTable::Info. by Michael J. Spencer · 12 years ago
  14. 04a4279 Reduce the amount of state in the Option class by relying on the data from OptTable::Info. by Michael J. Spencer · 12 years ago
  15. 279e0be Fix -Wswitch warning introduced by r162231 by David Blaikie · 12 years ago
  16. 4327557 Make Option non virtual. by Michael J. Spencer · 12 years ago
  17. 561d3ab Remove unnecessary default cases in switches over enums. by David Blaikie · 13 years ago
  18. eb2d1f1 Removing a bunch of dead returns/breaks after llvm_unreachables. by David Blaikie · 13 years ago
  19. 548f6c8 More missing header inclusions from llvm_unreachable migration. by David Blaikie · 13 years ago
  20. b219cfc Switch assert(0/false) llvm_unreachable. by David Blaikie · 13 years ago
  21. bcf6a80 StringRef'ize clang::drive::Option::getName(), from Zach Wheeler! by Douglas Gregor · 13 years ago
  22. 3fdcc6f Remove stray emacs mode markers in all these files that was causing emacs to by Nick Lewycky · 14 years ago
  23. caeed1d Driver/OptParser: Add a NoForward flag to prevent forwarding certain options to by Daniel Dunbar · 14 years ago
  24. 785e796 Driver: Change OptTable::ParseArg to take any ArgList. by Daniel Dunbar · 14 years ago
  25. 3856ab3 Driver: Change Option parsing to always create arguments referring to unaliased by Daniel Dunbar · 14 years ago
  26. 532c1ec Driver: Eliminate Arg subclasses, which are now unnecessary. by Daniel Dunbar · 14 years ago
  27. e375c4a Driver: Keep the rendering style in the option, instead of as part of the Arg. by Daniel Dunbar · 14 years ago
  28. 4465a77 Driver: Change Arg to just hold the values directly, instead of implicitly by Daniel Dunbar · 14 years ago
  29. e5af3b3 Revert "Driver: Change Option parsing to always create arguments referring to by Daniel Dunbar · 14 years ago
  30. 22685f4 Driver: Change Option parsing to always create arguments referring to unaliased by Daniel Dunbar · 14 years ago
  31. 312a8b7 Driver: Add an explicit offset to JoinedArg and JoinedAndSeparateArg, so that by Daniel Dunbar · 14 years ago
  32. a0289fd Driver: Take option ID for {Input,Unknown}Option, to drop dependency on actual options. by Daniel Dunbar · 15 years ago
  33. 9e1f982 Driver: Introduce OptSpecifier class for protecting access to an option id. by Daniel Dunbar · 15 years ago
  34. b32aa51 Driver: Resolve inconsistency in matching options against options which are by Daniel Dunbar · 15 years ago
  35. 1d189e1 Driver: Store Option ID field as unsigned to drop dependency on the options by Daniel Dunbar · 15 years ago
  36. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  37. 1e23f5f Driver: Add 'q' flag for options which shouldn't be reported as unused. by Daniel Dunbar · 15 years ago
  38. f6dd66b Driver: Replace Option::ForwardToGCC by Option::DriverOption (which by Daniel Dunbar · 15 years ago
  39. f3cad36 Driver: Prep for tool chain specific argument translation. by Daniel Dunbar · 15 years ago
  40. b0c4df5 Driver: Implement 'missing argument' error. by Daniel Dunbar · 15 years ago
  41. 6d954d7 Driver: Add "d" flag to Options.def for options which are completely by Daniel Dunbar · 15 years ago
  42. ba7db7d Driver: Drop some unnecessary uses of clang namespace. by Daniel Dunbar · 15 years ago
  43. 644eade Driver: Add Option flags. by Daniel Dunbar · 15 years ago
  44. b349fcc Driver: Tweak option naming/def: - Use OPT_ prefix for ids. by Daniel Dunbar · 15 years ago
  45. cf0dd15 Driver: Add Option::getId and Option::matches taking an option by Daniel Dunbar · 15 years ago
  46. 4a77edb Remove some now-unneeded calls to llvm::errs().flush(). by Daniel Dunbar · 15 years ago
  47. 0648262 Driver: Basic argument parsing. by Daniel Dunbar · 15 years ago
  48. bbf842b Driver: Implement Option::accept methods. by Daniel Dunbar · 15 years ago
  49. 30b055f Driver: Option's need to know their ID. by Daniel Dunbar · 15 years ago
  50. 0f9098e Driver: Add Option flags. by Daniel Dunbar · 15 years ago
  51. 3c9cc6b Driver: Tweak Option::accept interface. by Daniel Dunbar · 15 years ago
  52. 2c6f6f3 Driver: More Option implementation. by Daniel Dunbar · 15 years ago
  53. 1eb4e64 Sketch Driver Option classes. by Daniel Dunbar · 15 years ago