[PATCH] D56370: [clangd] Add support for type hierarchy (super types only for now)
Nathan Ridge via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 14 16:30:30 PST 2019
nridge marked an inline comment as done.
nridge added inline comments.
================
Comment at: clang-tools-extra/unittests/clangd/XRefsTests.cpp:1604
+ dyn_cast<ClassTemplateDecl>(&findDecl(AST, "Parent"))->getTemplatedDecl();
+ // TODO: This fails because findDecl() doesn't support template-ids
+ // const CXXRecordDecl *ParentSpec =
----------------
Any suggestions for how we can make `findDecl()` support //template-id//s?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56370/new/
https://reviews.llvm.org/D56370
More information about the cfe-commits
mailing list