[all-commits] [llvm/llvm-project] bc1f24: [clangd] Improve ObjC protocol suggestions from th...
David Goldman via All-commits
all-commits at lists.llvm.org
Wed Jun 15 12:03:29 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc1f24332af3dedccb84a975e57adca495ea016d
https://github.com/llvm/llvm-project/commit/bc1f24332af3dedccb84a975e57adca495ea016d
Author: David Goldman <davg at google.com>
Date: 2022-06-15 (Wed, 15 Jun 2022)
Changed paths:
M clang-tools-extra/clangd/CodeComplete.cpp
M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
M clang-tools-extra/clangd/unittests/TestIndex.cpp
M clang-tools-extra/clangd/unittests/TestIndex.h
Log Message:
-----------
[clangd] Improve ObjC protocol suggestions from the index
When querying the index during an ObjC protocol name lookup for code
completion, we should only suggest ObjC protocols.
Differential Revision: https://reviews.llvm.org/D127125
More information about the All-commits
mailing list