[PATCH] D124637: [clangd][ObjC] Filter ObjC method completions on the remaining selector

David Goldman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 28 13:26:19 PDT 2022


dgoldman created this revision.
dgoldman added a reviewer: sammccall.
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 projects: clang, clang-tools-extra.

Previously, clangd would filter completions only on the first part of
the selector (first typed chunk) instead of all remaining selector
fragments (all typed chunks).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D124637

Files:
  clang-tools-extra/clangd/CodeComplete.cpp
  clang-tools-extra/clangd/CodeComplete.h
  clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
  clang/include/clang/Sema/CodeCompleteConsumer.h
  clang/lib/Sema/CodeCompleteConsumer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124637.425895.patch
Type: text/x-patch
Size: 7113 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220428/a52d7b3f/attachment.bin>


More information about the cfe-commits mailing list