This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Fix using the incorrect Index for go-to-definition.
ClosedPublic

Authored by hokein on Jun 7 2018, 1:14 AM.

Diff Detail

Event Timeline

hokein created this revision.Jun 7 2018, 1:14 AM
sammccall accepted this revision.Jun 7 2018, 1:16 AM
sammccall added inline comments.
clangd/ClangdServer.cpp
305

nit: just Index?

This revision is now accepted and ready to land.Jun 7 2018, 1:16 AM
hokein updated this revision to Diff 150276.Jun 7 2018, 1:52 AM

this->Index => Index.

This revision was automatically updated to reflect the committed changes.
hokein marked an inline comment as done.