[PATCH] D142871: [clangd] Semantic highlighting for constrained-parameter
Nathan Ridge via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 30 00:11:00 PST 2023
nridge added inline comments.
================
Comment at: clang-tools-extra/clangd/FindTarget.cpp:720
+ // Pick up the name via VisitNamedDecl
+ Base::VisitTemplateTypeParmDecl(D);
+ }
----------------
Am I using the API correctly here? It's a bit weird that `ConstDeclVisitor` would work differently from `RecursiveASTVisitor` in that VisitXXX methods for super-classes are not automatically called
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142871/new/
https://reviews.llvm.org/D142871
More information about the cfe-commits
mailing list