1. 42f63b6 [opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don't append "[options] <inputs>" by Fangrui Song · 7 years ago
  2. 2ea8666 Revert r341329 due to MSAN error by Brian Gesiak · 7 years ago
  3. 9b1f688 Re-push "[Option] Fix PR37006 prefix choice in findNearest" by Brian Gesiak · 7 years ago
  4. 0fbb8da Re-revert "[Option] Fix PR37006 prefix choice in findNearest" by Brian Gesiak · 7 years ago
  5. 0754149 Un-revert "[Option] Fix PR37006 prefix choice in findNearest" by Brian Gesiak · 7 years ago
  6. 67ebb42 Revert "[Option] Fix PR37006 prefix choice in findNearest" by Brian Gesiak · 7 years ago
  7. 8fa6fca [Option] Fix PR37006 prefix choice in findNearest by Brian Gesiak · 7 years ago
  8. 2fd0a70 [Option] For typo '-foo', suggest '--foo' by Brian Gesiak · 8 years ago
  9. 1fed623 [Option] Add 'findNearest' method to catch typos by Brian Gesiak · 8 years ago
  10. bc5df29 [GSoC] Flag value completion for clang by Yuka Takahashi · 8 years ago
  11. e22326d Fix some ArgList uses after API change in r300135. by Richard Smith · 8 years ago
  12. 9f34fd5 Option parser: class for consuming a joined arg in addition to all remaining args by Hans Wennborg · 9 years ago
  13. 486e8bb OptionParsingTest.cpp: reorder EXPECT_EQs to put expectation on the left. NFC. by Hans Wennborg · 9 years ago
  14. 94f8b07 [Option] Use an ArrayRef to store the Option Infos in OptTable. NFC by Craig Topper · 10 years ago
  15. 0c17f95 Modify ParseArgs to return the InputArgList by value - there's no need for dynamic allocation/ownership here by David Blaikie · 10 years ago
  16. 006bce7 ArrayRef-ify ParseArgs by David Blaikie · 10 years ago
  17. 375079a Option parsing: properly handle flag aliases for joined options (PR23394) by Hans Wennborg · 10 years ago
  18. 15c435a Retire llvm::array_endof in favor of non-member std::end. by Benjamin Kramer · 11 years ago
  19. f4ccd11 Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 11 years ago
  20. 2957273 Option parsing: support case-insensitive option matching. by Rui Ueyama · 12 years ago
  21. 1997734 Revert "Option parsing: support case-insensitive option matching." as it broke Windows buildbot. by Rui Ueyama · 12 years ago
  22. 055f4e9 Option parsing: support case-insensitive option matching. by Rui Ueyama · 12 years ago
  23. b06ccef Options: explicit handling of -- by Hans Wennborg · 12 years ago
  24. af9e355 Options: Add new option kind that consumes remaining arguments by Hans Wennborg · 12 years ago
  25. 6bf104b Option parsing: recognize the special -- token by Hans Wennborg · 12 years ago
  26. a15d5db Option parsing: remove non-SUPPORT_ALIASARGS fall-back by Hans Wennborg · 12 years ago
  27. 9dd8c0c Option parsing: add support for alias arguments. by Hans Wennborg · 12 years ago
  28. 6c7e787 Option parsing: allow aliases in groups by Hans Wennborg · 12 years ago
  29. 75b1783 Add some flag exclusion tests. by Reid Kleckner · 12 years ago
  30. 023d97d llvm/unittests: Use OwningPtr to fix --vg-leak. by NAKAMURA Takumi · 13 years ago
  31. 3fe36d0 Whitespace. by NAKAMURA Takumi · 13 years ago
  32. 7f00f87 Sort a few more #include lines in tools/... unittests/... and utils/... by Chandler Carruth · 13 years ago
  33. 96a564f Copy clang/Driver/<Option parsing stuff> to llvm. by Michael J. Spencer · 13 years ago