[PATCH] D61497: [clangd] Introduce a structured hover response
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 7 06:28:01 PDT 2019
ilya-biryukov added inline comments.
================
Comment at: clang-tools-extra/clangd/XRefs.h:57
+ // template<typename> class.
+ Type T;
+ std::string Name;
----------------
Same about type template parameters.
Probably just holds `class` or `typename`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61497/new/
https://reviews.llvm.org/D61497
More information about the cfe-commits
mailing list