[PATCH] D62238: [CodeComplete] Complete a lambda when preferred type is a function

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 22 07:58:21 PDT 2019


ilya-biryukov updated this revision to Diff 200745.
ilya-biryukov marked 4 inline comments as done.
ilya-biryukov added a comment.

- Only work on sugared types
- Do not check for 'function' in the name


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62238/new/

https://reviews.llvm.org/D62238

Files:
  clang/lib/Sema/SemaCodeComplete.cpp
  clang/test/CodeCompletion/lambdas.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62238.200745.patch
Type: text/x-patch
Size: 6559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190522/2764eff3/attachment.bin>


More information about the cfe-commits mailing list