1. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  2. 4479ac1 iwyu fixes on lldbUtility. by Zachary Turner · 8 years ago
  3. c4a3395 Fix a couple of corner cases in NameMatches by Pavel Labath · 9 years ago
  4. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago[Renamed (98%) from lldb/source/Core/RegularExpression.cpp]
  5. c5d7df9 Convert some Expression parser functions to StringRef. by Zachary Turner · 9 years ago
  6. 2552acd Fix failing regex tests. by Zachary Turner · 9 years ago
  7. 95eae42 Make lldb::Regex use StringRef. by Zachary Turner · 9 years ago
  8. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  9. 0e28a19 Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; other minor fixes. by Eugene Zelenko · 10 years ago
  10. 3a29f8b Fix warnings detected by -Wpessimizing-move by Pavel Labath · 10 years ago
  11. 7bd4c60 Abstract the details from regex.h a bit more by not allowing people to specify compile and execute flags for regular expressions. Also enable better regular expressions if they are available by check if the REG_ENHANCED is available and using it if it is. by Greg Clayton · 11 years ago
  12. fa226b7 Re-use the GetMatchAtIndex() that uses the StringRef to avoid code duplication and properly detect when a capture is invalid and return false. by Greg Clayton · 11 years ago
  13. d93c4a3 Fix typos. by Bruce Mitchener · 11 years ago
  14. cc24775 <rdar://problem/13966084> by Greg Clayton · 12 years ago
  15. bc43cab <rdar://problem/13384801> by Greg Clayton · 12 years ago
  16. 1b3815c <rdar://problem/9141269> by Greg Clayton · 13 years ago
  17. 67cc063 Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 13 years ago
  18. a08823f warnings: Fix a bunch of -Wreorder problems. by Daniel Dunbar · 14 years ago
  19. 969795f Add a new breakpoint type "break by source regular expression". by Jim Ingham · 14 years ago
  20. 0a3958e several improvements to "type summary": by Enrico Granata · 14 years ago
  21. 6ad07dd Improved our argument parsing abilities to be able to handle stuff more like by Greg Clayton · 15 years ago
  22. 4674702 Added the ability to get error strings back from failed by Greg Clayton · 15 years ago
  23. 471b31c Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 15 years ago
  24. 8896697 Add missing includes. by Eli Friedman · 15 years ago
  25. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago