1. 6555995 [CommandLine] Add callbacks to Options by Don Hinton · 6 years ago
  2. 75b5db3 [docs] Remove dangling parenthesis from documentation by Tim Northover · 6 years ago
  3. 78edad1 [NFC] fix trivial typos in documents by Hiroshi Inoue · 6 years ago
  4. 6ee3fef [docs] Put DefaultOption bullet in alphabetical order. by Don Hinton · 7 years ago
  5. b85f74a [CommandLineParser] Add DefaultOption flag by Don Hinton · 7 years ago
  6. 70921d4 Revert r358337: "[CommandLineParser] Add DefaultOption flag" by Ilya Biryukov · 7 years ago
  7. 7d2021d [CommandLineParser] Add DefaultOption flag by Don Hinton · 7 years ago
  8. a38432c [CommandLine] Allow grouping options which can have values. by Igor Kudrin · 7 years ago
  9. 875f058 [CommandLine] Do not crash if an option has both ValueRequired and Grouping. by Igor Kudrin · 7 years ago
  10. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 8 years ago
  11. 61ff286 NFC - Typo fixes lib/VMCore -> lib/IR by Gabor Buella · 8 years ago
  12. d44afff Remove references to response file argument in CommandLine.rst by Dave Lee · 8 years ago
  13. 2980b0a Update CommandLine.rst getRegisteredOptions example by Brian Gesiak · 9 years ago
  14. ed76706 Update documentation after r283671 ("Turn cl::values() (for enum) from a vararg function to using C++ variadic template") by Mehdi Amini · 9 years ago
  15. 732afdd Turn cl::values() (for enum) from a vararg function to using C++ variadic template by Mehdi Amini · 9 years ago
  16. b032e04 Add missing underlines for a docs section. NFC by Jonathan Roelofs · 10 years ago
  17. fd989c9 Update the example of using a command-line option custom parser to by Paul Robinson · 11 years ago
  18. f907b89 Correct word hyphenations by Alp Toker · 12 years ago
  19. 0c14cf9 CommandLine.rst: remove tiny bit of bad mark-up by Hans Wennborg · 12 years ago
  20. 72a196a Better output for long help strings for command-line options. by Alexander Kornienko · 13 years ago
  21. 1fc397f Add two points to release notes about recent command line library changes. by Andrew Trick · 13 years ago
  22. 7cb710d Implemented public interface for modifying registered (not positional or sink options) command line options at runtime. by Andrew Trick · 13 years ago
  23. 0537a98 Support command line option categories. by Andrew Trick · 13 years ago
  24. fe9b161 Added table of contents declaration in CommandLine Library documentation. by Tobias Grosser · 13 years ago
  25. 92a4489 docs: Fix long standing linking antipattern. by Sean Silva · 13 years ago
  26. 045a73e remove the rest of the "written by" lines in the documentation. It is by Chris Lattner · 13 years ago
  27. 26f1f00 Sphinxify the CommandLine document. by Bill Wendling · 13 years ago