[Lldb-commits] [lldb] [lldb][Formatters] Consistently unwrap pointer element_type in std::shared_ptr formatters (PR #147340)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 8 01:14:08 PDT 2025
Michael137 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)?
Put it into `Generic.{h,cpp}` in the language plugin. Let me know if there's a more suitable place
https://github.com/llvm/llvm-project/pull/147340
More information about the lldb-commits
mailing list