[PATCH] D71533: [clangd] Show template arguments in type hierarchy when possible
Nathan Ridge via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 17 20:01:23 PST 2019
nridge marked an inline comment as done.
nridge added a comment.
In D71533#1785376 <https://reviews.llvm.org/D71533#1785376>, @kadircet wrote:
> I think this requires changes in other places too, for example when querying index for the children we rather want to query using the symbolid of template pattern, not the instantiation.
Good catch! I added a couple of additional test cases to exercise this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71533/new/
https://reviews.llvm.org/D71533
More information about the cfe-commits
mailing list