[Lldb-commits] [lldb] [lldb] Refactor LookupInfo object to be per-language (PR #168797)

Augusto Noronha via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 2 17:15:50 PST 2025


augusto2112 wrote:

(I messed up my rebase and accidentally tagged a bunch of people, I fixed the PR, so hopefully I'm not spamming a bunch of people on this change).

@JDevlieghere @bulbazord I added a test with a mock language that would fail to find a C++ function without the change I introduced here (if you want to verify it, you'll need hardcode Swift as one of the supported languages in the old code though).

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


More information about the lldb-commits mailing list