[PATCH] D73696: [clang][Index] Introduce a TemplateParm SymbolKind

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 7 00:11:00 PST 2020


kadircet marked an inline comment as done.
kadircet added inline comments.


================
Comment at: clang-tools-extra/clangd/Protocol.cpp:265
   case index::SymbolKind::Parameter:
+  case index::SymbolKind::TemplateParm:
     return SymbolKind::Variable;
----------------
sammccall wrote:
> this seems kind of dubious, maybe worth a comment?
> (If we had the decl here we'd distinguish between type and non-type, right?)
we have all 3 of them now


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73696/new/

https://reviews.llvm.org/D73696





More information about the cfe-commits mailing list