1. 8be3021 [lldb] Move clang-based files out of Symbol by Alex Langford · 6 years ago
  2. 8081428 [lldb][NFC] Fix all formatting errors in .cpp file headers by Raphael Isemann · 6 years ago
  3. 6e3b0cc [lldb][NFC] Rename ClangASTContext to TypeSystemClang by Raphael Isemann · 6 years ago
  4. 0e4c482 Pass ConstString by value (NFC) by Adrian Prantl · 7 years ago
  5. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  6. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  7. 769b21e CompilerType: Add ability to retrieve an integral template argument by Pavel Labath · 8 years ago
  8. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  9. 6cc3354 Fix libcxx formatters for changes in r300140. by Lang Hames · 9 years ago
  10. 666cc0b Move DataBuffer / DataExtractor and friends from Core -> Utility. by Zachary Turner · 9 years ago
  11. 01c3243 Remove dependencies from Utility to Core and Target. by Zachary Turner · 9 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. d22a943 Fixes for libc++ std::unordered_map data formatter against trunk by Enrico Granata · 9 years ago
  15. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  16. 106aae5 Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthetic children caching is a tricky area: by Enrico Granata · 9 years ago
  17. f02be23 Fix an issue where LLDB would crash if one tried to 'frame variable' an unordered_map more than once in a stop due to the synthetic provider not properly caching the ValueObjects it was returning for the child elements by Enrico Granata · 9 years ago
  18. bbd1681 Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; other minor fixes. by Eugene Zelenko · 10 years ago
  19. 8d15f33 Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; other minor fixes. by Eugene Zelenko · 10 years ago
  20. 33e97e6 Move the C++ data formatters to the C++ language plugin by Enrico Granata · 10 years ago[Renamed (98%) from lldb/source/DataFormatters/LibCxxUnorderedMap.cpp]
  21. 419d791 Nuke CXXFormatterFunctions.cpp - split the contents of it across different files, so that things are better organized along the C++/ObjC line by Enrico Granata · 10 years ago
  22. 0d5a2bd Purge a few places where *LanguageRuntime.h was being used when it by Jim Ingham · 10 years ago
  23. 99558cc4 Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. by Greg Clayton · 10 years ago
  24. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  25. e85fe3a Reorganize some of the data formatters code to simplify CXXFormattersFunction.h. Also, add a synthetic child provider for libc++'s version of std::initializer_list<T> by Enrico Granata · 11 years ago
  26. 99fbc07 Fix Windows build using portable types for formatting the log outputs by Deepak Panickal · 12 years ago
  27. 866e91c Better error reporting when a variable can't be by Sean Callanan · 12 years ago
  28. 44d9378 Merging the iohandler branch back into main. by Greg Clayton · 12 years ago
  29. e2e220a <rdar://problem/14071463> by Enrico Granata · 12 years ago