[PATCH] D59083: [clangd] Store explicit template specializations in index for code navigation purposes
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 12 07:26:43 PDT 2019
ilya-biryukov added a comment.
To split this into multiple independent changes, we could start with storing the symbols for template specializations, but only showing the primary template in the results of workspaceSymbols.
This would enable other features (xrefs, etc), and we could re-add specializations to workspaceSymbols after we improve the presentation.
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59083/new/
https://reviews.llvm.org/D59083
More information about the cfe-commits
mailing list