[Lldb-commits] [lldb] [lldb][Formatters] Consistently unwrap pointer element_type in std::shared_ptr formatters (PR #147340)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 7 23:53:21 PDT 2025
labath wrote:
I'm not entirely comfortable with putting the (obviously c++ specific) helper function into the DataFormatters) library. There's no reason to call this from outside the c++ language plugin, right? What would you say to putting this into some header inside the plugin (or creating a new one if we have nothing suitable)?
https://github.com/llvm/llvm-project/pull/147340
More information about the lldb-commits
mailing list