[Lldb-commits] [lldb] [LLDB] Add formatters for MSVC STL std::tuple (PR #148548)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 15 03:03:09 PDT 2025
================
@@ -1656,9 +1658,6 @@ static void LoadCommonStlFormatters(lldb::TypeCategoryImplSP cpp_category_sp) {
},
"MSVC STL/libstdc++ std::wstring summary provider"));
- stl_summary_flags.SetDontShowChildren(false);
----------------
Michael137 wrote:
Why did these need moving?
https://github.com/llvm/llvm-project/pull/148548
More information about the lldb-commits
mailing list