[all-commits] [llvm/llvm-project] 9c328e: [clangd] Add hover info for `this` expr
xndcn via All-commits
all-commits at lists.llvm.org
Tue Dec 15 00:56:51 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c328e7afafd15795fed54e3b0c1c5bd4fa97dfa
https://github.com/llvm/llvm-project/commit/9c328e7afafd15795fed54e3b0c1c5bd4fa97dfa
Author: xndcn <xndchn at gmail.com>
Date: 2020-12-15 (Tue, 15 Dec 2020)
Changed paths:
M clang-tools-extra/clangd/Hover.cpp
M clang-tools-extra/clangd/unittests/HoverTests.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list