We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41b73f commit 88fed48Copy full SHA for 88fed48
1 file changed
src/indexer.cc
@@ -127,6 +127,7 @@ Kind getKind(const Decl *d, SymbolKind &kind) {
127
case Decl::NamespaceAlias:
128
kind = SymbolKind::Namespace;
129
return Kind::Type;
130
+ case Decl::Concept:
131
case Decl::ObjCCategory:
132
case Decl::ObjCCategoryImpl:
133
case Decl::ObjCImplementation:
0 commit comments