[PATCH] D36150: [clangd] LSP extension to switch between source/header file
Marc-Andre Laperle via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 1 07:43:11 PDT 2017
malaperle added a comment.
In the commit message, you could add that we will use and index of symbols later to be able to switch from header to source file when the file names don't match. This is more or less the justification of why we want this in Clangd and not on the client.
https://reviews.llvm.org/D36150
More information about the cfe-commits
mailing list