[SourceKit] Tag subscript element types like function return types

FIXME.count -= 1

rdar://problem/24292226
This commit is contained in:
Ben Langmuir
2016-02-25 13:03:40 -08:00
parent f1891d41ef
commit dd29bace34
2 changed files with 3 additions and 4 deletions

View File

@@ -177,6 +177,7 @@ private:
switch (D->getKind()) {
case DeclKind::Param:
return "decl.var.parameter.type";
case DeclKind::Subscript:
case DeclKind::Func:
return "decl.function.returntype";
default: