[all-commits] [llvm/llvm-project] f9c860: clangd: Provide hover info for include directives
Sam McCall via All-commits
all-commits at lists.llvm.org
Thu Aug 12 15:14:41 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f9c8602b53fd277e1428cb6e8e63485b14520a82
https://github.com/llvm/llvm-project/commit/f9c8602b53fd277e1428cb6e8e63485b14520a82
Author: Christian Kandeler <christian.kandeler at qt.io>
Date: 2021-08-13 (Fri, 13 Aug 2021)
Changed paths:
M clang-tools-extra/clangd/Hover.cpp
M clang-tools-extra/clangd/Hover.h
M clang-tools-extra/clangd/unittests/HoverTests.cpp
Log Message:
-----------
clangd: Provide hover info for include directives
It's quite useful to be able to hover over an #include and see the full
path to the header file.
Reviewed By: sammccall
Differential Revision: https://reviews.llvm.org/D107137
More information about the All-commits
mailing list