[all-commits] [llvm/llvm-project] 92297b: [clangd] Implement hover for string literals
v1nh1shungry via All-commits
all-commits at lists.llvm.org
Thu Nov 10 03:22:30 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 92297bde5ce138299995dd6609e4eb99688e6019
https://github.com/llvm/llvm-project/commit/92297bde5ce138299995dd6609e4eb99688e6019
Author: v1nh1shungry <v1nh1shungry at outlook.com>
Date: 2022-11-10 (Thu, 10 Nov 2022)
Changed paths:
M clang-tools-extra/clangd/Hover.cpp
M clang-tools-extra/clangd/unittests/HoverTests.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list