[PATCH] D62298: [CodeComplete] Filter override completions by function name
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 23 09:21:19 PDT 2019
ilya-biryukov updated this revision to Diff 201000.
ilya-biryukov added a comment.
Herald added subscribers: arphaman, jkorous.
- Make first letter of the helper function lowercase
- New model: everything before name is a text chunk, everything after it is typed chunk
- Test the filter text produced by clangd
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62298/new/
https://reviews.llvm.org/D62298
Files:
clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
clang/lib/Sema/SemaCodeComplete.cpp
clang/test/CodeCompletion/overrides.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62298.201000.patch
Type: text/x-patch
Size: 6281 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190523/9bf603ba/attachment.bin>
More information about the cfe-commits
mailing list