[PATCH] D61497: [clangd] Introduce a structured hover response
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 7 06:43:12 PDT 2019
kadircet added inline comments.
================
Comment at: clang-tools-extra/clangd/XRefs.h:57
+ // template<typename> class.
+ Type T;
+ std::string Name;
----------------
ilya-biryukov wrote:
> Same about type template parameters.
> Probably just holds `class` or `typename`?
Exactly, adding comments.
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