[PATCH] D72119: [clangd] Handle DeducedTemplateSpecializationType in TargetFinder
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 3 02:00:14 PST 2020
sammccall added a comment.
Thanks!
================
Comment at: clang-tools-extra/clangd/FindTarget.cpp:318
}
+ void VisitDeducedTemplateSpecializationType(
+ const DeducedTemplateSpecializationType *DTST) {
----------------
This needs a comment referencing the bug, and describing the consequence (we're going to miss the instantiation even when it's in principle known)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72119/new/
https://reviews.llvm.org/D72119
More information about the cfe-commits
mailing list