[clangd] Add hover info for `this` expr
authorxndcn <xndchn@gmail.com>
Tue, 15 Dec 2020 08:45:56 +0000 (09:45 +0100)
committerSam McCall <sam.mccall@gmail.com>
Tue, 15 Dec 2020 08:47:29 +0000 (09:47 +0100)
commit9c328e7afafd15795fed54e3b0c1c5bd4fa97dfa
treedd524a423db5c2f84a65160cd13675d45ac5eb68
parenta2eb07aa55405f6e9bca0a0a31681053147e6540
[clangd] Add hover info for `this` expr

How about add hover information for `this` expr?
It seems useful to show related information about the class for `this` expr sometimes.

Reviewed By: sammccall

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