When querying the index during an ObjC protocol name lookup for code
completion, we should only suggest ObjC protocols.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D127125
[clangd] Improve ObjC protocol suggestions from the index ClosedPublic Authored by dgoldman on Jun 6 2022, 9:33 AM.
Details Summary When querying the index during an ObjC protocol name lookup for code
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 15 2022, 12:17 AM This revision was landed with ongoing or failed builds.Jun 15 2022, 12:03 PM Closed by commit rGbc1f24332af3: [clangd] Improve ObjC protocol suggestions from the index (authored by dgoldman). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 437281 clang-tools-extra/clangd/CodeComplete.cpp
clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
clang-tools-extra/clangd/unittests/TestIndex.h
clang-tools-extra/clangd/unittests/TestIndex.cpp
|