================ @@ -18,11 +18,11 @@ namespace lldb_private { namespace formatters { bool LibStdcppStringSummaryProvider( ValueObject &valobj, Stream &stream, - const TypeSummaryOptions &options); // libcstdc++ c++11 std::string + const TypeSummaryOptions &options); // libcstdc++ std::string bool LibStdcppWStringSummaryProvider( ValueObject &valobj, Stream &stream, - const TypeSummaryOptions &options); // libcstdc++ c++11 std::wstring + const TypeSummaryOptions &options); // libcstdc++ std::wstring ---------------- Michael137 wrote:
```suggestion const TypeSummaryOptions &options); // libstdc++ std::wstring ``` https://github.com/llvm/llvm-project/pull/143177 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits