[PATCH] D70740: [clangd] Find reference to template parameter in 'sizeof...' expression
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 2 05:16:04 PST 2019
ilya-biryukov added a comment.
Could you add another test for `findExplicitReferences` too? Those tests are right after `targetDecl`.
These two functions kinda duplicate each other a lot, but that's intentional - those two functions do a somewhat similar thing and we want to keep them in sync (put another way, we want to fix bugs in both simultaneously)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70740/new/
https://reviews.llvm.org/D70740
More information about the cfe-commits
mailing list