================
@@ -316,8 +316,10 @@
lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::
return 0;
if (name == "$$dereference$$")
return 1;
- return llvm::createStringError("Cannot find index of child '%s'",
- name.AsCString());
+ return llvm::createStringError(
+ "'SyntheticChildrenFrontend::LibcxxSharedPtrSyntheticFrontEnd' cannot "
----------------
Michael137 wrote:
```suggestion
"'LibcxxSharedPtrSyntheticFrontEnd' cannot "
```
https://github.com/llvm/llvm-project/pull/136693
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits