[PATCH] D68137: [clangd] Handle template arguments in findExplicitReferences
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 27 06:11:14 PDT 2019
ilya-biryukov added inline comments.
================
Comment at: clang-tools-extra/clangd/FindTarget.cpp:576
+ case TemplateArgument::Expression:
+ break; // Handled by visited functions.
+ };
----------------
This comment is a bit unclear, I'll have to change it.
The idea is that this is handled by `VisitType` and `VisitExpression`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68137/new/
https://reviews.llvm.org/D68137
More information about the cfe-commits
mailing list