1. 5bbaf54 [LLDB] Fix compilation with GCC 5 by Martin Storsjö · 6 years ago
  2. adcd026 Make llvm::StringRef to std::string conversions explicit. by Benjamin Kramer · 6 years ago
  3. 8081428 [lldb][NFC] Fix all formatting errors in .cpp file headers by Raphael Isemann · 6 years ago
  4. 0d9a201 [lldb][NFC] Remove ArgEntry::ref member by Raphael Isemann · 6 years ago
  5. ae34ed2 [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and remove any undocumented/redundant return values by Raphael Isemann · 6 years ago
  6. 1abaeec Options: Reduce code duplication by Pavel Labath · 6 years ago
  7. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  8. 8d20cfd [NFC] Replace `compare` with (in)equality operator where applicable. by Jonas Devlieghere · 7 years ago
  9. 2443bbd Refactoring for for the internal command line completion API (NFC) by Raphael Isemann · 7 years ago
  10. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 8 years ago
  11. 5f56fca Move option parsing out of the Args class by Pavel Labath · 8 years ago
  12. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  13. c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago
  14. 0fe35b1 Fix some more Printf warnings. by Zachary Turner · 9 years ago
  15. 1e8016b Fix some more StringRef printf warnings. by Zachary Turner · 9 years ago
  16. 442f653 Make CommandObject help getters/setters use StringRef. by Zachary Turner · 9 years ago
  17. 97d2c40 Convert some Args index-based iteration to range-style iteration. by Zachary Turner · 9 years ago
  18. a483f57 Update some command aliasing functions to use StringRef. by Zachary Turner · 9 years ago
  19. a449698 Convert CommandObject constructors to StringRef. by Zachary Turner · 9 years ago
  20. 5c28c66 Modernize some code related to Args usage / implementation. by Zachary Turner · 9 years ago
  21. 5c725f3 Convert 3 more functions to use a StringRef. by Zachary Turner · 9 years ago
  22. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  23. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  24. 3c110dd Fix an issue with nested aliases where the help system wouldn't correctly track the fact that an alias is an alias to a dash-dash alias by Enrico Granata · 10 years ago
  25. bfb75e9 Make it so that a command alias can actually remove the help/long help from its parent command by setting itself to an empty help string by Enrico Granata · 10 years ago
  26. 660764a Fix a bug caused by my alias refactoring where, if an alias was defined in terms of another alias, trying to run the nested command would actually cause a crash in the command interpreter by Enrico Granata · 10 years ago
  27. dbe8d4f Improve the way we decide whether an alias is a dashdash alias by Enrico Granata · 10 years ago
  28. bef55ac Lots of progress on the CommandAlias refactoring by Enrico Granata · 10 years ago
  29. 3e271af More of the alias refactoring work! CommandAlias is now a CommandObject by Enrico Granata · 10 years ago
  30. 4643c01 Last round of preliminary cleanup in my refactoring of aliases. by Enrico Granata · 10 years ago
  31. 937631c Move CommandAlias to its own file; also by Enrico Granata · 10 years ago