[Lldb-commits] [PATCH] D126080: Adapt C++ std::string dataformatter for D125496

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 10 02:03:22 PDT 2022


labath added a comment.

> How do we usually add tests for STL data structures?

I have https://reviews.llvm.org/D124155, which would allow testing of different string layouts in one go. It remains to be seen how maintainable will that test be when it starts supporting many string layouts. OTOH, one could say it will be as maintainable as a data formatter which supports all those string layouts...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126080/new/

https://reviews.llvm.org/D126080



More information about the lldb-commits mailing list