[all-commits] [llvm/llvm-project] 535f34: [index][clangd] Consider labels when indexing func...
ckandeler via All-commits
all-commits at lists.llvm.org
Tue Aug 1 00:07:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 535f34dd80c2200c35971632021a5ed375774d9b
https://github.com/llvm/llvm-project/commit/535f34dd80c2200c35971632021a5ed375774d9b
Author: Christian Kandeler <christian.kandeler at qt.io>
Date: 2023-08-01 (Tue, 01 Aug 2023)
Changed paths:
M clang-tools-extra/clangd/unittests/XRefsTests.cpp
M clang/lib/Index/IndexBody.cpp
M clang/unittests/Index/IndexTests.cpp
Log Message:
-----------
[index][clangd] Consider labels when indexing function bodies
It's valuable to have document highlights for labels and be able to find
references to them.
Reviewed By: nridge
Differential Revision: https://reviews.llvm.org/D150124
More information about the All-commits
mailing list