[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 00:23:43 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)?

Yup that makes sense!

https://github.com/llvm/llvm-project/pull/147340


More information about the lldb-commits mailing list