1. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  2. 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
  3. 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
  4. bbd1681 Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; other minor fixes. by Eugene Zelenko · 10 years ago
  5. 8d15f33 Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; other minor fixes. by Eugene Zelenko · 10 years ago
  6. 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]
  7. 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
  8. 0d5a2bd Purge a few places where *LanguageRuntime.h was being used when it by Jim Ingham · 10 years ago
  9. 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
  10. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  11. 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
  12. 99fbc07 Fix Windows build using portable types for formatting the log outputs by Deepak Panickal · 12 years ago
  13. 866e91c Better error reporting when a variable can't be by Sean Callanan · 12 years ago
  14. 44d9378 Merging the iohandler branch back into main. by Greg Clayton · 12 years ago
  15. e2e220a <rdar://problem/14071463> by Enrico Granata · 12 years ago