================
@@ -1,7 +1,13 @@
// Test that the lldb command `statistics` works.
+#include <string>
+
+void foo() {
+ std::string str = "hello world";
----------------
Michael137 wrote:
instead of relying on `std::string` formatter should we add a type summary for
a dummy type? And test against that? Feels a bit more hermetic
https://github.com/llvm/llvm-project/pull/102708
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits