[all-commits] [llvm/llvm-project] c1d1a4: [clangd] Handle AttributedTypeLoc in SelectionTree...
Quan Zhuo via All-commits
all-commits at lists.llvm.org
Sun Nov 2 14:21:24 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c1d1a40796426af668dac2cac1e6e89cc1082113
https://github.com/llvm/llvm-project/commit/c1d1a40796426af668dac2cac1e6e89cc1082113
Author: Quan Zhuo <quanzhuo at kylinos.cn>
Date: 2025-11-02 (Sun, 02 Nov 2025)
Changed paths:
M clang-tools-extra/clangd/Selection.cpp
M clang-tools-extra/clangd/unittests/SelectionTests.cpp
Log Message:
-----------
[clangd] Handle AttributedTypeLoc in SelectionTree (#163926)
This ensures a method name continues to target the method's
declaration even if the method's type uses an attribute. Before
this change, the AttributedTypeLoc would claim the method name.
Fixes https://github.com/clangd/clangd/issues/2488
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list