1. 88478bb [opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don't append "[options] <inputs>" by Fangrui Song · 7 years ago
  2. dfe9957 Revert r341329 due to MSAN error by Brian Gesiak · 7 years ago
  3. f534485 Re-push "[Option] Fix PR37006 prefix choice in findNearest" by Brian Gesiak · 7 years ago
  4. 9968e0d Re-revert "[Option] Fix PR37006 prefix choice in findNearest" by Brian Gesiak · 7 years ago
  5. 8cfb4b6 Un-revert "[Option] Fix PR37006 prefix choice in findNearest" by Brian Gesiak · 7 years ago
  6. ed5b325 Revert "[Option] Fix PR37006 prefix choice in findNearest" by Brian Gesiak · 7 years ago
  7. eda977f [Option] Fix PR37006 prefix choice in findNearest by Brian Gesiak · 7 years ago
  8. 8d315b8 [NFC] Replace iterators in PrintHelp with range-based for by Jan Korous · 8 years ago
  9. 41e9a15 [NFC] PrintHelp cleanup by Jan Korous · 8 years ago
  10. 41789e4 [Bash-autocompletion] Pass all flags in shell command-line to Clang by Yuka Takahashi · 8 years ago
  11. d481df5 [Option] For typo '-foo', suggest '--foo' by Brian Gesiak · 8 years ago
  12. 7b84de7 [Option] Add 'findNearest' method to catch typos by Brian Gesiak · 8 years ago
  13. 24bc6a4 Revert "Revert r311552: [Bash-autocompletion] Add support for static analyzer flags" by Yuka Takahashi · 8 years ago
  14. 9b656ff test commit: fix typo in comment by Nathan Hawes · 8 years ago
  15. a93f087 Revert r311552: [Bash-autocompletion] Add support for static analyzer flags by Rui Ueyama · 8 years ago
  16. 5e7071f [Bash-autocompletion] Add support for static analyzer flags by Yuka Takahashi · 8 years ago
  17. 6625690 [Bash-autocompletion] Show HelpText with possible flags by Yuka Takahashi · 8 years ago
  18. 4530dff [libOption] - Add flag allowing to print options aliases in help text. by George Rimar · 8 years ago
  19. b4e76f6 [libOption] - Replace std::pair with helper struct. NFC. by George Rimar · 8 years ago
  20. 33cf63b [Bash-autocompletion] Auto complete cc1 options if -cc1 is specified by Yuka Takahashi · 8 years ago
  21. 34a7c3b [Bash-autocompletion] Show flags which has HelpText or GroupID by Yuka Takahashi · 8 years ago
  22. ba5d4af [GSoC] Flag value completion for clang by Yuka Takahashi · 8 years ago
  23. af61589 [BinaryFormat, Option, TableGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  24. c8068db [GSoC] Shell autocompletion for clang by Yuka Takahashi · 8 years ago
  25. b03fd12 Replace "fallthrough" comments with LLVM_FALLTHROUGH by Justin Bogner · 9 years ago
  26. 0d955d0 Use the range variant of find instead of unpacking begin/end by David Majnemer · 9 years ago
  27. 40cfde3 Option parser: class for consuming a joined arg in addition to all remaining args by Hans Wennborg · 9 years ago
  28. 8ea2390 [Option] Use an ArrayRef to store the Option Infos in OptTable. NFC by Craig Topper · 10 years ago
  29. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  30. 9d5891f Code cleanup: Remove std::move() around xvalue (NFC) by Logan Chien · 10 years ago
  31. db3d31d Modify ParseArgs to return the InputArgList by value - there's no need for dynamic allocation/ownership here by David Blaikie · 10 years ago
  32. 259f61d ArrayRef-ify ParseArgs by David Blaikie · 10 years ago
  33. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  34. 9f380a3 Fix uses of reserved identifiers starting with an underscore followed by an uppercase letter by David Blaikie · 11 years ago
  35. e3f146d Fix PR17239 by changing the semantics of the RemainingArgsClass Option kind by Reid Kleckner · 11 years ago
  36. bcd6e2a [Option] Support MultiArg in --help by Nick Kledzik · 11 years ago
  37. 2617dcc [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 11 years ago
  38. cfcfee0 Use startswith_lower() where possible. by Jakub Staszak · 12 years ago
  39. 3e7dca6 Fix another mistake in r190442. by Eli Friedman · 12 years ago
  40. 1891f69 Remove unused functions. by Eli Friedman · 12 years ago
  41. 8fb5a91 Option parsing: support case-insensitive option matching. by Rui Ueyama · 12 years ago
  42. c3779ff Revert "Option parsing: support case-insensitive option matching." as it broke Windows buildbot. by Rui Ueyama · 12 years ago
  43. 7159bd9 Option parsing: support case-insensitive option matching. by Rui Ueyama · 12 years ago
  44. 76ff1d9 Options: explicit handling of -- by Hans Wennborg · 12 years ago
  45. d505fbf Options: Add new option kind that consumes remaining arguments by Hans Wennborg · 12 years ago
  46. b8f3420 Option parsing: recognize the special -- token by Hans Wennborg · 12 years ago
  47. eadb765 [Option] Add inclusion and exclusion flags to option parsing by Reid Kleckner · 12 years ago
  48. 12e0332 Merge changes to clang's Driver code into LLVM's Option library by Reid Kleckner · 12 years ago
  49. be81023 Resort the #include lines in include/... and lib/... with the by Chandler Carruth · 13 years ago
  50. 41ee041 Copy clang/Driver/<Option parsing stuff> to llvm. by Michael J. Spencer · 13 years ago