[Lldb-commits] [lldb] Detect against invalid variant index for LibStdC++ std::variant data formatters (PR #69253)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 16 14:34:24 PDT 2023
https://github.com/clayborg commented:
We should add a test. Should be easy to access the "_M_index" child and set its value to something invalid and then make sure the summary is "<Invalid>".
https://github.com/llvm/llvm-project/pull/69253
More information about the lldb-commits
mailing list