[all-commits] [llvm/llvm-project] 5b0022: [clangd] Support UnresolvedUsingTypeLoc AST node i...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Fri May 20 05:54:39 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5b0022a9df3f3a35661f71b23a66c667e8501c32
https://github.com/llvm/llvm-project/commit/5b0022a9df3f3a35661f71b23a66c667e8501c32
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2022-05-20 (Fri, 20 May 2022)
Changed paths:
M clang-tools-extra/clangd/FindTarget.cpp
M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
Log Message:
-----------
[clangd] Support UnresolvedUsingTypeLoc AST node in FindTarget.
to make features like hover, go-to-def work when the cursor is on the
UnresolvedUsingTypeLoc.
Differential Revision: https://reviews.llvm.org/D125684
More information about the All-commits
mailing list