================
@@ -1,7 +1,13 @@
 // Test that the lldb command `statistics` works.
+#include <string>
+
+void foo() {
+  std::string str = "hello world";
----------------
Jlalond wrote:

@clayborg 

I created a basic template test, and made sure the formatter was invoked, and I 
added a different test for the two vector cases.

I did not test nested summaries, and will add it if desired.

https://github.com/llvm/llvm-project/pull/102708
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to