[clangd] Hover: Only drop UsingDecl instead of BaseUsingDecl
authorTom Praschan <13141438+tom-anders@users.noreply.github.com>
Sun, 9 Oct 2022 12:18:30 +0000 (14:18 +0200)
committerTom Praschan <13141438+tom-anders@users.noreply.github.com>
Wed, 26 Oct 2022 10:51:36 +0000 (12:51 +0200)
commitd2135df4b5fb7eb5ca9135318adc3e20536301c0
treefba07e819527c30b35e6a3d10a62df53077dbc57
parent21f23a37c6f1ba3f5ee34d505e527b1c6af8f99f
[clangd] Hover: Only drop UsingDecl instead of BaseUsingDecl

Since https://reviews.llvm.org/D135506 it's sufficient to only drop UsingDecl here

Differential Revision: https://reviews.llvm.org/D135536
clang-tools-extra/clangd/Hover.cpp