[PATCH] D58294: [clangd] Enable indexing of template type parameters
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 19 00:54:33 PST 2019
kadircet added a comment.
Yeah you are right, no need to have those in the index. I thought we looked at only index for findreferences(which turned out to be wrong, we also traverse ast), therefore I had turned this functionality on for dynamic index.
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58294/new/
https://reviews.llvm.org/D58294
More information about the cfe-commits
mailing list