Jonas Devlieghere cb651a2eaa
[lldb] Avoid redundant calls to std::shared_ptr::get (NFC) (#177720)
Avoid redundant calls to `std::shared_ptr::get()`. The class provides a
dereference operator and using that is the standard, idiomatic way to
access the underlying object.
2026-01-24 01:14:25 +00:00
..