This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Fix no results returned for global symbols in dexp
ClosedPublic

Authored by hokein on Nov 14 2018, 2:54 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

hokein created this revision.Nov 14 2018, 2:54 AM
ioeric added inline comments.Nov 15 2018, 1:15 AM
clangd/index/dex/dexp/Dexp.cpp
64 ↗(On Diff #174005)

I think the old behavior used AnyScope for a unqualified name. Do we want to keep that?

ioeric accepted this revision.Nov 15 2018, 1:49 AM
ioeric added inline comments.
clangd/index/dex/dexp/Dexp.cpp
64 ↗(On Diff #174005)

nvm, this is getSymbolIDsFromIndex not fuzzyfind. Looks good.

This revision is now accepted and ready to land.Nov 15 2018, 1:49 AM
This revision was automatically updated to reflect the committed changes.