1. f552474 Fix bugs in EOL marking in command line tokenizers by Reid Kleckner · 4 years, 11 months ago
  2. fad7559 [llvm] [unittests] Remove temporary files after they're not needed by Sergej Jaskiewicz · 5 years ago
  3. c068e9c [Support][CommandLine] Delete unused llvm::cl::ParseEnvrironmentOptions by Fangrui Song · 5 years ago
  4. dab898f [Windows] Fix limit on command line size by Serge Pavlov · 5 years ago
  5. ac0edc5 Revert "[Windows] Fix limit on command line size" by Serge Pavlov · 5 years ago
  6. d4020ef [Windows] Fix limit on command line size by Serge Pavlov · 5 years ago
  7. 5c62190 [llvm] [CommandLine] Do not suggest really hidden opts in nearest lookup by Michał Górny · 5 years ago
  8. 2d068e5 Fix Windows command line bug when last token in response file is "" by Adrian McCarthy · 5 years ago
  9. 54cfc69 [CommandLine] Fix cl::ConsumeAfter support with more than one positional argument by Yi-Hong Lyu · 5 years ago
  10. 213aea4 Remove unused Endian.h includes, NFC by Reid Kleckner · 6 years ago
  11. 4a6e13a [CommandLine] Add missing Callbacks by David Green · 6 years ago
  12. 6555995 [CommandLine] Add callbacks to Options by Don Hinton · 6 years ago
  13. b3b3778 Reapply "[llvm][Support] Take in CurrentDirectory as a parameter in ExpandResponseFiles" by Kadir Cetinkaya · 6 years ago
  14. 0f12f90 Revert "[llvm][Support] Take in CurrentDirectory as a parameter in ExpandResponseFiles" by Kadir Cetinkaya · 6 years ago
  15. 7565600 [llvm][Support] Take in CurrentDirectory as a parameter in ExpandResponseFiles by Kadir Cetinkaya · 6 years ago
  16. 405e836 [CommandLine] Add inline ArgName printing by Don Hinton · 6 years ago
  17. e669582 Revert Recommit "[CommandLine] Remove OptionCategory and SubCommand caches from the Option class." by Haojian Wu · 6 years ago
  18. 43d75f9 Recommit "[CommandLine] Remove OptionCategory and SubCommand caches from the Option class." by Don Hinton · 6 years ago
  19. 64b0924 Revert [CommandLine] Remove OptionCategory and SubCommand caches from the Option class. by Don Hinton · 6 years ago
  20. a5b83bc [CommandLine] Remove OptionCategory and SubCommand caches from the Option class. by Don Hinton · 6 years ago
  21. 5062cf5 [Support] Explicitly detect recursive response files by Shoaib Meenai · 6 years ago
  22. 8249a88 [CommandLine] Don't allow duplicate categories. by Don Hinton · 6 years ago
  23. 3cce237 [Support] Ensure redirected outputs don't contain output from previous tests. by David L. Jones · 6 years ago
  24. 0303e8a [CommandLine] Add long option flag for cl::ParseCommandLineOptions . Part 5 of 5 by Don Hinton · 6 years ago
  25. 102ec09 [CommandLine] Allow Options to specify multiple OptionCategory's. by Don Hinton · 6 years ago
  26. c242be4 [CommandLine] Change help output to prefix long options with `--` instead of `-`. NFC . Part 3 of 5 by Don Hinton · 6 years ago
  27. cabf1e2 [CommandLine} Wire-up cl::list::setDefault() so it will work correctly with cl::ResetAllOptionOccurrences() in unittests. Part 2 of 5 by Don Hinton · 6 years ago
  28. 1826095 Reapply [Support] Fix recursive response file expansion guard by Shoaib Meenai · 6 years ago
  29. 0a61be9 Reapply [Support] Add a test for recursive response file expansion by Shoaib Meenai · 6 years ago
  30. 8eeb56d Revert [Support] Add a test for recursive response file expansion by Shoaib Meenai · 6 years ago
  31. d60ac11 Revert [Support] Fix recursive response file expansion guard by Shoaib Meenai · 6 years ago
  32. c8df4fb [Support] Fix recursive response file expansion guard by Shoaib Meenai · 6 years ago
  33. c849746 [Support] Add a test for recursive response file expansion by Shoaib Meenai · 6 years ago
  34. b85f74a [CommandLineParser] Add DefaultOption flag by Don Hinton · 6 years ago
  35. 70921d4 Revert r358337: "[CommandLineParser] Add DefaultOption flag" by Ilya Biryukov · 6 years ago
  36. 7d2021d [CommandLineParser] Add DefaultOption flag by Don Hinton · 6 years ago
  37. 6823c82 Handle consecutive-double-quotes in Windows argument parsing by Sunil Srivastava · 7 years ago
  38. a38432c [CommandLine] Allow grouping options which can have values. by Igor Kudrin · 7 years ago
  39. 875f058 [CommandLine] Do not crash if an option has both ValueRequired and Grouping. by Igor Kudrin · 7 years ago
  40. f929a0f Recommit: Add support for prefix-only CLI options by Thomas Preud'homme · 7 years ago
  41. 9652652 [CommandLine] Don't print empty sentinel values from EnumValN lists in help text by James Henderson · 7 years ago
  42. c9e6861 Revert r353048. by James Henderson · 7 years ago
  43. d90b5a2 [CommandLine] Don't print empty sentinel values from EnumValN lists in help text by James Henderson · 7 years ago
  44. 212833c Revert r352750. by James Henderson · 7 years ago
  45. 140f75f [CommandLine] Improve help text for cl::values style options by James Henderson · 7 years ago
  46. 5cb1193 Revert "Add support for prefix-only CLI options" by Thomas Preud'homme · 7 years ago
  47. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  48. bc5e6ee Add support for prefix-only CLI options by Thomas Preud'homme · 7 years ago
  49. 12ba9ec Do not enforce absolute path argv0 in windows by Hans Wennborg · 7 years ago
  50. ec8598e Use perfect forwarding to deduplicate code in unit test. NFC. by Benjamin Kramer · 7 years ago
  51. 5390e36 Fix broken asan Support tests by Eric Liu · 7 years ago
  52. 8248d7c [CommandLine] Error message for incorrect PositionalEatArgs usage by Keno Fischer · 7 years ago
  53. a8b32de Fix stack-use-after-scope in test previously hidden by -fmerge-all-constants by Vitaly Buka · 7 years ago
  54. 430c7ff On Windows we need to be able to process response files with Windows-style by Dmitry Mikulin · 8 years ago
  55. 9f0ac82 Added support for reading configuration files by Serge Pavlov · 8 years ago
  56. c15a438 Reverted 321580: Added support for reading configuration files by Serge Pavlov · 8 years ago
  57. 0c1981e Added support for reading configuration files by Serge Pavlov · 8 years ago
  58. 1587086 [Support][CommandLine] Add cl::Option::setDefault() by Evgeny Mankov · 8 years ago
  59. 8199dad Support: chunk writing on Linux by Saleem Abdulrasool · 8 years ago
  60. fcae62d Added braces to work around gcc warning in googletest: suggest explicit braces to avoid ambiguous 'else'. NFC. by Galina Kistanova · 8 years ago
  61. 9a67b07 Re-sort #include lines for unittests. This uses a slightly modified by Chandler Carruth · 8 years ago
  62. 3642e51 Reverted r304083 as it seems there is a desire to address this in the googletest. by Galina Kistanova · 8 years ago
  63. 6cb62f7 Added braces to address gcc warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]. NFC. by Galina Kistanova · 8 years ago
  64. e51ee06 [Support][CommandLine] Make it possible to get error messages from ParseCommandLineOptions when ignoring errors. by Eric Liu · 9 years ago
  65. af20d5e Attempt to pacify buildbot by Serge Pavlov · 9 years ago
  66. 6ac8e03 Allow resolving response file names relative to including file by Serge Pavlov · 9 years ago
  67. 27358cf [Support][CommandLine] Add cl::getRegisteredSubcommands() by Dean Michael Berris · 9 years ago
  68. e11b745 Use StringRef in CommandLine Options handling (NFC) by Mehdi Amini · 9 years ago
  69. d97d5a2 Revert "[Support][CommandLine] Add cl::getRegisteredSubcommands()" by Zachary Turner · 9 years ago
  70. d9d290c [Support][CommandLine] Add cl::getRegisteredSubcommands() by Dean Michael Berris · 9 years ago
  71. 07670b3 Resubmit "Update llvm command line parser to support subcommands." by Zachary Turner · 9 years ago
  72. d16490d Revert r274054 to try to appease the bot by Manman Ren · 9 years ago
  73. 2012d74 Update llvm command line parser to support subcommands. by Zachary Turner · 9 years ago
  74. fa7f489 Use gcc's rules for parsing gcc-style response files by Nico Weber · 9 years ago
  75. 91d3cfe Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes." by Duncan P. N. Exon Smith · 9 years ago
  76. 1760dc2 Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes. by Eugene Zelenko · 9 years ago
  77. ff43d69 StringRef-ify some Option APIs by David Blaikie · 10 years ago
  78. b82455d There is only one saver of strings. by Rafael Espindola · 10 years ago
  79. 454adf6 Bring in a BumpPtrStringSaver from lld and simplify the interface. by Rafael Espindola · 10 years ago
  80. f817c1c Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 10 years ago
  81. 542a454 Silence some Win64 clang-cl warnings about unused stuff due to ifdefs by Reid Kleckner · 11 years ago
  82. d1d9430 Refactoring llvm command line parsing and option registration. by Chris Bieneman · 11 years ago
  83. 6816936 Re-landing changes to use ArrayRef instead of SmallVectorImpl, and new API test. by Chris Bieneman · 11 years ago
  84. 15ac936 Revert r227148 & r227154 which added a test which infinitely loops. by Richard Trieu · 11 years ago
  85. fd3dbd9 One more fix to the new API to fix const-correctness. by Chris Bieneman · 11 years ago
  86. c333e57 Pete Cooper suggested the new API should use ArrayRef instead of SmallVectorImpl. Also adding a test case. by Chris Bieneman · 11 years ago
  87. 831fc5e Putting all the standard tool options into a "Generic" category. by Chris Bieneman · 11 years ago
  88. 9e13af7 Adding a new cl::HideUnrelatedOptions API to allow clang to migrate off cl::getRegisteredOptions. by Chris Bieneman · 11 years ago
  89. e3f146d Fix PR17239 by changing the semantics of the RemainingArgsClass Option kind by Reid Kleckner · 11 years ago
  90. db79484 Revert "[Support] Promote cl::StringSaver to a separate utility" by Sean Silva · 11 years ago
  91. 42ec6fdf [Support] Promote cl::StringSaver to a separate utility by Sean Silva · 11 years ago
  92. 759645e Support: Fix option handling when using cl::Required with aliasopt by Justin Bogner · 11 years ago
  93. 66f09ad [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
  94. 7315602 Switch all uses of LLVM_OVERRIDE to just use 'override' directly. by Craig Topper · 12 years ago
  95. d2ad22a Remove C++11ism from r200407. by Jordan Rose · 12 years ago
  96. c25b0c7 [CommandLine] Aliases require an value if their target requires a value. by Jordan Rose · 12 years ago
  97. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  98. a2222b5 Implement TokenizeWindowsCommandLine. by Rui Ueyama · 12 years ago
  99. a73c778 [Support] Beef up and expose the response file parsing in llvm::cl by Reid Kleckner · 12 years ago
  100. 7cb710d Implemented public interface for modifying registered (not positional or sink options) command line options at runtime. by Andrew Trick · 12 years ago