1. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  2. 9c6c8e9 Add data formatter for libstdc++ shared_ptr and weak_ptr by Tamas Berghammer · 9 years ago
  3. f96fd0d Remove what I believe are the last known instances of formatters that run code 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. 82ffb8e Fix libstdc++ data formatters on Ubuntu 15.10 x86_64 by Todd Fiala · 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/LibStdcpp.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. d87cc31 CXXFormatterFunctions.{h|cpp} is not a good thing to have around, so start splitting stuff in different files in preparation for removing it and factoring formatters to the plugins where they belong by Enrico Granata · 10 years ago
  10. 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
  11. 53f2a4a Convert GetNumTemplateArguments() and GetTemplateArgument() to be instance functions on the CompilerType and the TypeSystem by Enrico Granata · 10 years ago
  12. a1e5dc8 ClangASTType is now CompilerType. by Greg Clayton · 10 years ago
  13. d8d4a57 First step in getting LLDB ready to support multiple different type systems. by Greg Clayton · 10 years ago
  14. c7c30eb Revert "Introduce a TypeSystem interface to support adding non-clang languages." by Pavel Labath · 10 years ago
  15. c33ae02 Introduce a TypeSystem interface to support adding non-clang languages. by Pavel Labath · 10 years ago
  16. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  17. 8d88d08 Implement formatter for std::vector<bool, ...> of libstdc++ in Python. by Siva Chandra · 11 years ago
  18. e29df23 This patch does a few things: by Enrico Granata · 11 years ago
  19. 99fbc07 Fix Windows build using portable types for formatting the log outputs by Deepak Panickal · 12 years ago
  20. 6fbc48b This patch does a couple of things. by Jim Ingham · 12 years ago
  21. 57ee306 Huge change to clean up types. by Greg Clayton · 12 years ago
  22. 676a487 Fix clang warnings related to python macro redefinition and printf format specifiers. by Matt Kopec · 13 years ago
  23. ea2bc0f <rdar://problem/4529976> by Enrico Granata · 13 years ago