================
@@ -0,0 +1,120 @@
+# coding=utf8
+"""
+Test std::*string summaries with MSVC's STL.
+"""
----------------
labath wrote:

I think it's mainly historical. We have 
`data-formatter/data-formatter-stl/generic/`, but it's a fairly recent 
addition. I think it would be nice to move everything towards that, in 
particular because it encourages a consistent presentation of different 
implementations -- not just for humans, but this also makes it easier to write 
data formatters for other data structures (which contain std:: types 
internally) -- it's nice when the data formatter works regardless of the STL 
version your code is compiled with.

In theory there could be tests that only make sense on a particular (e.g. a 
test for what happens when a particular internal pointer is corrupted), but 
those could be handled with ifdefs, or with separate tests.

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

Reply via email to