1. c991daa Option spell checking: Penalize delimiter flags if input has no argument by Nico Weber · 6 years ago
  2. f68e0f7 Fix OptTable::findNearest() adding delimiter for free by Nico Weber · 6 years ago
  3. 98ca8da Re-reland "[Option] Fix PR37006 prefix choice in findNearest" by Nico Weber · 6 years ago
  4. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  5. 88478bb [opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don't append "[options] <inputs>" by Fangrui Song · 7 years ago
  6. dfe9957 Revert r341329 due to MSAN error by Brian Gesiak · 7 years ago
  7. f534485 Re-push "[Option] Fix PR37006 prefix choice in findNearest" by Brian Gesiak · 7 years ago
  8. 9968e0d Re-revert "[Option] Fix PR37006 prefix choice in findNearest" by Brian Gesiak · 7 years ago
  9. 8cfb4b6 Un-revert "[Option] Fix PR37006 prefix choice in findNearest" by Brian Gesiak · 7 years ago
  10. ed5b325 Revert "[Option] Fix PR37006 prefix choice in findNearest" by Brian Gesiak · 7 years ago
  11. eda977f [Option] Fix PR37006 prefix choice in findNearest by Brian Gesiak · 7 years ago
  12. d481df5 [Option] For typo '-foo', suggest '--foo' by Brian Gesiak · 8 years ago
  13. 7b84de7 [Option] Add 'findNearest' method to catch typos by Brian Gesiak · 8 years ago
  14. ba5d4af [GSoC] Flag value completion for clang by Yuka Takahashi · 8 years ago
  15. 6fd4bc6 Fix some ArgList uses after API change in r300135. by Richard Smith · 8 years ago
  16. 40cfde3 Option parser: class for consuming a joined arg in addition to all remaining args by Hans Wennborg · 9 years ago
  17. c940f09 OptionParsingTest.cpp: reorder EXPECT_EQs to put expectation on the left. NFC. by Hans Wennborg · 9 years ago
  18. 8ea2390 [Option] Use an ArrayRef to store the Option Infos in OptTable. NFC by Craig Topper · 10 years ago
  19. db3d31d Modify ParseArgs to return the InputArgList by value - there's no need for dynamic allocation/ownership here by David Blaikie · 10 years ago
  20. 259f61d ArrayRef-ify ParseArgs by David Blaikie · 10 years ago
  21. 8d8146f Option parsing: properly handle flag aliases for joined options (PR23394) by Hans Wennborg · 10 years ago
  22. 502b9e1 Retire llvm::array_endof in favor of non-member std::end. by Benjamin Kramer · 11 years ago
  23. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  24. 8fb5a91 Option parsing: support case-insensitive option matching. by Rui Ueyama · 12 years ago
  25. c3779ff Revert "Option parsing: support case-insensitive option matching." as it broke Windows buildbot. by Rui Ueyama · 12 years ago
  26. 7159bd9 Option parsing: support case-insensitive option matching. by Rui Ueyama · 12 years ago
  27. 76ff1d9 Options: explicit handling of -- by Hans Wennborg · 12 years ago
  28. d505fbf Options: Add new option kind that consumes remaining arguments by Hans Wennborg · 12 years ago
  29. b8f3420 Option parsing: recognize the special -- token by Hans Wennborg · 12 years ago
  30. 8669b97 Option parsing: remove non-SUPPORT_ALIASARGS fall-back by Hans Wennborg · 12 years ago
  31. 5fdcf86 Option parsing: add support for alias arguments. by Hans Wennborg · 12 years ago
  32. 31d6fd8 Option parsing: allow aliases in groups by Hans Wennborg · 12 years ago
  33. dd44a36 Add some flag exclusion tests. by Reid Kleckner · 12 years ago
  34. 508baf7 llvm/unittests: Use OwningPtr to fix --vg-leak. by NAKAMURA Takumi · 13 years ago
  35. 07d2f3f Whitespace. by NAKAMURA Takumi · 13 years ago
  36. b034cb7 Sort a few more #include lines in tools/... unittests/... and utils/... by Chandler Carruth · 13 years ago
  37. 41ee041 Copy clang/Driver/<Option parsing stuff> to llvm. by Michael J. Spencer · 13 years ago