[Lldb-commits] [PATCH] D147436: [lldb][ClangExpression] Filter out non-root namespaces in FindNamespace
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 4 12:44:13 PDT 2023
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
So the new bool flag effectively implements the leading `::` separator in the lookup. Seems reasonable!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147436/new/
https://reviews.llvm.org/D147436
More information about the lldb-commits
mailing list