[Lldb-commits] [PATCH] D65498: Fix completion for functions in anonymous namespaces
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 30 23:57:14 PDT 2019
labath added a comment.
I don't immediately see a better way to fix this, but I'm not terribly familiar with this machinery either. I guess one day we may want to extend the completion machinery to be able to expand "foo<TAB>" into "(anonymous namespace)::foobar", but that's likely to be a larger undertaking...
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65498/new/
https://reviews.llvm.org/D65498
More information about the lldb-commits
mailing list