1. b82455d There is only one saver of strings. by Rafael Espindola · 10 years ago
  2. 454adf6 Bring in a BumpPtrStringSaver from lld and simplify the interface. by Rafael Espindola · 10 years ago
  3. f817c1c Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 10 years ago
  4. 542a454 Silence some Win64 clang-cl warnings about unused stuff due to ifdefs by Reid Kleckner · 11 years ago
  5. d1d9430 Refactoring llvm command line parsing and option registration. by Chris Bieneman · 11 years ago
  6. 6816936 Re-landing changes to use ArrayRef instead of SmallVectorImpl, and new API test. by Chris Bieneman · 11 years ago
  7. 15ac936 Revert r227148 & r227154 which added a test which infinitely loops. by Richard Trieu · 11 years ago
  8. fd3dbd9 One more fix to the new API to fix const-correctness. by Chris Bieneman · 11 years ago
  9. c333e57 Pete Cooper suggested the new API should use ArrayRef instead of SmallVectorImpl. Also adding a test case. by Chris Bieneman · 11 years ago
  10. 831fc5e Putting all the standard tool options into a "Generic" category. by Chris Bieneman · 11 years ago
  11. 9e13af7 Adding a new cl::HideUnrelatedOptions API to allow clang to migrate off cl::getRegisteredOptions. by Chris Bieneman · 11 years ago
  12. e3f146d Fix PR17239 by changing the semantics of the RemainingArgsClass Option kind by Reid Kleckner · 11 years ago
  13. db79484 Revert "[Support] Promote cl::StringSaver to a separate utility" by Sean Silva · 11 years ago
  14. 42ec6fdf [Support] Promote cl::StringSaver to a separate utility by Sean Silva · 11 years ago
  15. 759645e Support: Fix option handling when using cl::Required with aliasopt by Justin Bogner · 11 years ago
  16. 66f09ad [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
  17. 7315602 Switch all uses of LLVM_OVERRIDE to just use 'override' directly. by Craig Topper · 12 years ago
  18. d2ad22a Remove C++11ism from r200407. by Jordan Rose · 12 years ago
  19. c25b0c7 [CommandLine] Aliases require an value if their target requires a value. by Jordan Rose · 12 years ago
  20. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  21. a2222b5 Implement TokenizeWindowsCommandLine. by Rui Ueyama · 12 years ago
  22. a73c778 [Support] Beef up and expose the response file parsing in llvm::cl by Reid Kleckner · 12 years ago
  23. 7cb710d Implemented public interface for modifying registered (not positional or sink options) command line options at runtime. by Andrew Trick · 12 years ago
  24. 0537a98 Support command line option categories. by Andrew Trick · 12 years ago
  25. 130cec2 Sort the #include lines for unittest/... by Chandler Carruth · 13 years ago
  26. 8c724a7 Added test for non-static use of cl::opt (fixed in r160170) by Alexander Kornienko · 13 years ago
  27. 14a5cc5 Fix a compile failure introduced by r82675 on MinGW which doesn't have by Jeffrey Yasskin · 16 years ago
  28. a75d6bf Roll back r82348, which introduced an infinite loop in ParseCStringVector() that by Jeffrey Yasskin · 16 years ago