[all-commits] [llvm/llvm-project] 9e9b1e: [clangd] Implement cross reference request for #in...
VitaNuo via All-commits
all-commits at lists.llvm.org
Thu Apr 20 00:13:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9e9b1effac34b75d22483955187b94418c12ebce
https://github.com/llvm/llvm-project/commit/9e9b1effac34b75d22483955187b94418c12ebce
Author: Viktoriia Bakalova <bakalova at google.com>
Date: 2023-04-20 (Thu, 20 Apr 2023)
Changed paths:
M clang-tools-extra/clangd/Hover.cpp
M clang-tools-extra/clangd/IncludeCleaner.cpp
M clang-tools-extra/clangd/IncludeCleaner.h
M clang-tools-extra/clangd/XRefs.cpp
M clang-tools-extra/clangd/unittests/HoverTests.cpp
M clang-tools-extra/clangd/unittests/IncludeCleanerTests.cpp
M clang-tools-extra/clangd/unittests/XRefsTests.cpp
Log Message:
-----------
[clangd] Implement cross reference request for #include lines.
Differential Revision: https://reviews.llvm.org/D147044
More information about the All-commits
mailing list