1. a8b32de Fix stack-use-after-scope in test previously hidden by -fmerge-all-constants by Vitaly Buka · 7 years ago
  2. 430c7ff On Windows we need to be able to process response files with Windows-style by Dmitry Mikulin · 8 years ago
  3. 9f0ac82 Added support for reading configuration files by Serge Pavlov · 8 years ago
  4. c15a438 Reverted 321580: Added support for reading configuration files by Serge Pavlov · 8 years ago
  5. 0c1981e Added support for reading configuration files by Serge Pavlov · 8 years ago
  6. 1587086 [Support][CommandLine] Add cl::Option::setDefault() by Evgeny Mankov · 8 years ago
  7. 8199dad Support: chunk writing on Linux by Saleem Abdulrasool · 8 years ago
  8. fcae62d Added braces to work around gcc warning in googletest: suggest explicit braces to avoid ambiguous 'else'. NFC. by Galina Kistanova · 8 years ago
  9. 9a67b07 Re-sort #include lines for unittests. This uses a slightly modified by Chandler Carruth · 8 years ago
  10. 3642e51 Reverted r304083 as it seems there is a desire to address this in the googletest. by Galina Kistanova · 8 years ago
  11. 6cb62f7 Added braces to address gcc warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]. NFC. by Galina Kistanova · 8 years ago
  12. e51ee06 [Support][CommandLine] Make it possible to get error messages from ParseCommandLineOptions when ignoring errors. by Eric Liu · 9 years ago
  13. af20d5e Attempt to pacify buildbot by Serge Pavlov · 9 years ago
  14. 6ac8e03 Allow resolving response file names relative to including file by Serge Pavlov · 9 years ago
  15. 27358cf [Support][CommandLine] Add cl::getRegisteredSubcommands() by Dean Michael Berris · 9 years ago
  16. e11b745 Use StringRef in CommandLine Options handling (NFC) by Mehdi Amini · 9 years ago
  17. d97d5a2 Revert "[Support][CommandLine] Add cl::getRegisteredSubcommands()" by Zachary Turner · 9 years ago
  18. d9d290c [Support][CommandLine] Add cl::getRegisteredSubcommands() by Dean Michael Berris · 9 years ago
  19. 07670b3 Resubmit "Update llvm command line parser to support subcommands." by Zachary Turner · 9 years ago
  20. d16490d Revert r274054 to try to appease the bot by Manman Ren · 9 years ago
  21. 2012d74 Update llvm command line parser to support subcommands. by Zachary Turner · 9 years ago
  22. fa7f489 Use gcc's rules for parsing gcc-style response files by Nico Weber · 9 years ago
  23. 91d3cfe Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes." by Duncan P. N. Exon Smith · 9 years ago
  24. 1760dc2 Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes. by Eugene Zelenko · 9 years ago
  25. ff43d69 StringRef-ify some Option APIs by David Blaikie · 10 years ago
  26. b82455d There is only one saver of strings. by Rafael Espindola · 10 years ago
  27. 454adf6 Bring in a BumpPtrStringSaver from lld and simplify the interface. by Rafael Espindola · 10 years ago
  28. f817c1c Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 10 years ago
  29. 542a454 Silence some Win64 clang-cl warnings about unused stuff due to ifdefs by Reid Kleckner · 11 years ago
  30. d1d9430 Refactoring llvm command line parsing and option registration. by Chris Bieneman · 11 years ago
  31. 6816936 Re-landing changes to use ArrayRef instead of SmallVectorImpl, and new API test. by Chris Bieneman · 11 years ago
  32. 15ac936 Revert r227148 & r227154 which added a test which infinitely loops. by Richard Trieu · 11 years ago
  33. fd3dbd9 One more fix to the new API to fix const-correctness. by Chris Bieneman · 11 years ago
  34. c333e57 Pete Cooper suggested the new API should use ArrayRef instead of SmallVectorImpl. Also adding a test case. by Chris Bieneman · 11 years ago
  35. 831fc5e Putting all the standard tool options into a "Generic" category. by Chris Bieneman · 11 years ago
  36. 9e13af7 Adding a new cl::HideUnrelatedOptions API to allow clang to migrate off cl::getRegisteredOptions. by Chris Bieneman · 11 years ago
  37. e3f146d Fix PR17239 by changing the semantics of the RemainingArgsClass Option kind by Reid Kleckner · 11 years ago
  38. db79484 Revert "[Support] Promote cl::StringSaver to a separate utility" by Sean Silva · 11 years ago
  39. 42ec6fdf [Support] Promote cl::StringSaver to a separate utility by Sean Silva · 11 years ago
  40. 759645e Support: Fix option handling when using cl::Required with aliasopt by Justin Bogner · 11 years ago
  41. 66f09ad [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
  42. 7315602 Switch all uses of LLVM_OVERRIDE to just use 'override' directly. by Craig Topper · 12 years ago
  43. d2ad22a Remove C++11ism from r200407. by Jordan Rose · 12 years ago
  44. c25b0c7 [CommandLine] Aliases require an value if their target requires a value. by Jordan Rose · 12 years ago
  45. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  46. a2222b5 Implement TokenizeWindowsCommandLine. by Rui Ueyama · 12 years ago
  47. a73c778 [Support] Beef up and expose the response file parsing in llvm::cl by Reid Kleckner · 12 years ago
  48. 7cb710d Implemented public interface for modifying registered (not positional or sink options) command line options at runtime. by Andrew Trick · 12 years ago
  49. 0537a98 Support command line option categories. by Andrew Trick · 12 years ago
  50. 130cec2 Sort the #include lines for unittest/... by Chandler Carruth · 13 years ago
  51. 8c724a7 Added test for non-static use of cl::opt (fixed in r160170) by Alexander Kornienko · 13 years ago
  52. 14a5cc5 Fix a compile failure introduced by r82675 on MinGW which doesn't have by Jeffrey Yasskin · 16 years ago
  53. a75d6bf Roll back r82348, which introduced an infinite loop in ParseCStringVector() that by Jeffrey Yasskin · 16 years ago