Files
clang-p2996/lldb/source/Core/UserSettingsController.cpp
Jonas Devlieghere 918848d03b [lldb] Devirtualize GetValueProperties (NFC) (#126583)
Nobody is overriding GetValueProperties, so in practice we're always
using `m_collection_sp`, which means we don't need to check the pointer.
The temlated helpers were already operating on `m_collection_sp`
directly so this makes the rest of the class consistent.
2025-02-11 09:51:18 -08:00

3.2 KiB