[PATCH] D59083: [clangd] Store explicit template specializations in index for code navigation purposes
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 13 02:06:36 PDT 2019
kadircet added a comment.
In D59083#1426105 <https://reviews.llvm.org/D59083#1426105>, @ilya-biryukov wrote:
> 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.
SGTM, moving forward with that approach.
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