[PATCH] D59083: [clangd] Store explicit template specializations in index for code navigation purposes

Dmitri Gribenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 8 00:53:35 PST 2019


gribozavr accepted this revision.
gribozavr added inline comments.


================
Comment at: clangd/CodeComplete.cpp:1613
   };
+  // We only complete symbol's name, which is same as the class template in the
+  // case of template specializations.
----------------
which is the same as the name of the *primary* template in case of template specializations.


Repository:
  rCTE Clang Tools Extra

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

https://reviews.llvm.org/D59083





More information about the cfe-commits mailing list