[Lldb-commits] [lldb] [lldb][NFCI] Remove unused methods from Module::LookupInfo (PR #171901)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 11 17:00:58 PST 2025
jimingham wrote:
It's always a little odd to have a class like this that's mostly read-only, but one ivar is settable. We always seem to call SetLookupName right after we make the lookup info. Is there any reason not to make this really "read only" by passing the lookup name in as well when making the LookupInfo, and removing SetLookupName as well?
https://github.com/llvm/llvm-project/pull/171901
More information about the lldb-commits
mailing list