[PATCH] D59756: [clangd] Support dependent bases in type hierarchy
Nathan Ridge via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 24 20:01:33 PDT 2019
nridge added a comment.
This patch aims to implement the more proper solution suggested here <https://reviews.llvm.org/D56370?id=189065#inline-521233>.
I couldn't actually use `CXXRecordDecl->getTemplateInstantiationPattern()` as suggested, because the base-specifiers resolve to types, not declarations, but I believe what I did here implements the same intention (please let me know if I misunderstood).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59756/new/
https://reviews.llvm.org/D59756
More information about the cfe-commits
mailing list