[PATCH] D127125: [clangd] Improve ObjC protocol suggestions from the index

David Goldman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 6 09:33:22 PDT 2022


dgoldman created this revision.
Herald added subscribers: usaxena95, kadircet, arphaman.
Herald added a project: All.
dgoldman requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov.
Herald added a project: clang-tools-extra.

When querying the index during an ObjC protocol name lookup for code
completion, we should only suggest ObjC protocols.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D127125

Files:
  clang-tools-extra/clangd/CodeComplete.cpp
  clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
  clang-tools-extra/clangd/unittests/TestIndex.cpp
  clang-tools-extra/clangd/unittests/TestIndex.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127125.434509.patch
Type: text/x-patch
Size: 3934 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220606/abdb0b54/attachment-0001.bin>


More information about the cfe-commits mailing list