[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
Mon Mar 11 07:31:47 PDT 2019
kadircet added a comment.
In D59083#1424509 <https://reviews.llvm.org/D59083#1424509>, @nridge wrote:
> Is any representation of the template arguments stored in the index?
No we only have, class name if you want to do a "name based" search/lookup. But symbol IDs for template specializations are different, so you can query them by ID.
Do you have any use case that needs names?
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