[Lldb-commits] [lldb] [lldb] Enable template getters on pointer types (PR #189983)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 1 15:50:28 PDT 2026
jimingham wrote:
In the cases where you are going to do something different if you were matched against a value or a pointer/reference to a value, you already know you have to treat the two differently, so this shouldn't really add to the work the formatter already has to do.
https://github.com/llvm/llvm-project/pull/189983
More information about the lldb-commits
mailing list