[Lldb-commits] [PATCH] D65498: Fix completion for functions in anonymous namespaces

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 31 00:04:13 PDT 2019


JDevlieghere added a comment.

In D65498#1607805 <https://reviews.llvm.org/D65498#1607805>, @labath wrote:

> 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...


Yep, that's how I wanted to fix this before I discovered that was going to be a lot harder than I hoped. :-)


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