ioeric accepted this revision.
ioeric added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clangd/index/dex/dexp/Dexp.cpp:64
+ // add the global scope to the request.
+ Request.Scopes = {""};
----------------
ioeric wrote:
> I think the old behavior used `AnyScope` for a unqualified name. Do we want
> to keep that?
nvm, this is `getSymbolIDsFromIndex` not `fuzzyfind`. Looks good.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D54519
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits