[all-commits] [llvm/llvm-project] 918848: [lldb] Devirtualize GetValueProperties (NFC) (#126...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Feb 11 09:51:40 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 918848d03bb9d0e06dea2ef588bda17ff961923c
https://github.com/llvm/llvm-project/commit/918848d03bb9d0e06dea2ef588bda17ff961923c
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2025-02-11 (Tue, 11 Feb 2025)
Changed paths:
M lldb/include/lldb/Core/UserSettingsController.h
M lldb/source/Core/UserSettingsController.cpp
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list