[Lldb-commits] [lldb] [lldb][Format] Introduce a `FormatEntity::Formattter` class and move the `Format` API into it (PR #174618)
Felipe de Azevedo Piovezan via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 7 04:07:44 PST 2026
https://github.com/felipepiovezan approved this pull request.
I scanned over the patch and everything looks sane. I also like how this is more expressive w.r.t. what's allowed to change and the simpler function calls.
The only thing to beware of is that `const` member variables will transform moves into copies, but this is not a problem in this POD type of class.
https://github.com/llvm/llvm-project/pull/174618
More information about the lldb-commits
mailing list