Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
clangd/
1/1
ClangdServer.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D47869
[clangd] Fix using the incorrect Index for go-to-definition.
Closed
Public
Authored by
hokein
on Jun 7 2018, 1:14 AM.
Download Raw Diff
Details
Reviewers
sammccall
Commits
rG6138b78672db: [clangd] Fix using the incorrect Index for go-to-definition.
rL334176: [clangd] Fix using the incorrect Index for go-to-definition.
rCTE334176: [clangd] Fix using the incorrect Index for go-to-definition.
Diff Detail
Repository
rCTE Clang Tools Extra
Event Timeline
hokein
created this revision.
Jun 7 2018, 1:14 AM
Herald
added subscribers:
jkorous
,
MaskRay
,
ioeric
,
ilya-biryukov
.
·
View Herald Transcript
Jun 7 2018, 1:14 AM
Harbormaster
completed remote builds in
B19035: Diff 150272
.
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
Comment Actions
this->Index => Index.
Closed by commit
rCTE334176: [clangd] Fix using the incorrect Index for go-to-definition.
(authored by
hokein
).
·
Explain Why
Jun 7 2018, 1:54 AM
This revision was automatically updated to reflect the committed changes.
hokein
marked an inline comment as done.
nit: just Index?