[PATCH] D85503: [clangd] Have template template arguments target their referenced template decl
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 9 23:47:41 PDT 2020
hokein added inline comments.
================
Comment at: clang-tools-extra/clangd/Selection.cpp:482
}
+ bool TraverseTemplateArgumentLoc(const TemplateArgumentLoc &X) {
+ return traverseNode(&X,
----------------
can we add a test for the `Selection`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85503/new/
https://reviews.llvm.org/D85503
More information about the cfe-commits
mailing list