[Lldb-commits] [lldb] [lldb] Refactor TypeQuery::ContextMatches (PR #99305)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 18 04:50:00 PDT 2024


https://github.com/Michael137 approved this pull request.

LGTM (left some minor questions)

I've also recently bumped into the issue of `FindTypes`/`FindNamespace`/etc. failing to find matches due to presence of `(anonymous namespace)` entries in the context, so thanks for fixing that

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


More information about the lldb-commits mailing list