[clangd] Produce semantic token for name referring to UnresolvedUsingValueDecl
authorNathan Ridge <zeratul976@hotmail.com>
Mon, 22 Mar 2021 06:13:53 +0000 (02:13 -0400)
committerNathan Ridge <zeratul976@hotmail.com>
Sun, 25 Apr 2021 20:43:58 +0000 (16:43 -0400)
commitddfe13e757cb72c056cba8d889d6cb8ee69f1afa
treea1fddaf3d2d6ddc5d3ecd5ad6e47898fb783d491
parentb493193d74ea62ff8e09a5f40fa44e86d737ded7
[clangd] Produce semantic token for name referring to UnresolvedUsingValueDecl

For now, use the token kind Unknown. We may be able to improve on this
using HeuristicResolver.

Differential Revision: https://reviews.llvm.org/D99052
clang-tools-extra/clangd/SemanticHighlighting.cpp
clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp