FormattersContainer currently has an unused m_name member. Usually LLDB allows giving objects names,
but for the FormattersContainer it seems excessive. There are only 4 FormattersContainer variables in LLDB
and they are not usually passed around, so one can always just go up a few frames when debugging to find
out which FormattersContainer you're dealing with.
Details
Details
- Reviewers
mib davide - Commits
- rG5c15426d7c62: [lldb] Remove FormattersContainer's name member
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo