[Lldb-commits] [lldb] [lldb] Make variant formatter work with libstdc++-14 (PR #97568)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 3 05:47:37 PDT 2024


https://github.com/Michael137 approved this pull request.

LGTM

Been wondering if we should follow the same principle as we did with `std::string` and simulate the layouts for all the STL types, keeping a record of them as they change. So we know we don't break the old layouts. Of course it has a separate maintenance cost

https://github.com/llvm/llvm-project/pull/97568


More information about the lldb-commits mailing list