[clangd] Implement hover for string literals
authorv1nh1shungry <v1nh1shungry@outlook.com>
Thu, 10 Nov 2022 11:15:41 +0000 (12:15 +0100)
committerKadir Cetinkaya <kadircet@google.com>
Thu, 10 Nov 2022 11:16:05 +0000 (12:16 +0100)
commit92297bde5ce138299995dd6609e4eb99688e6019
tree25f0c0b379d4b7e2b495416dedb992a29a116bc6
parentc85bd250e566541742151169b098d1fc516401b7
[clangd] Implement hover for string literals

Show string-literals' type and size in a hover card

Issue related: https://github.com/clangd/clangd/issues/1016

Reviewed By: kadircet

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