summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeCompletion/lambdas.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [CodeComplete] Add whitespace around braces in lambda completionsIlya Biryukov2019-05-241-5/+5
| | | | | | | This produces nicer output. Trivial follow-up to r361461, so sending without review. llvm-svn: 361645
* [CodeComplete] Only show lambda completions if patterns are requestedIlya Biryukov2019-05-231-0/+9
| | | | | | This is a trivial follow-up to r361461, so sending without review. llvm-svn: 361510
* [CodeComplete] Complete a lambda when preferred type is a functionIlya Biryukov2019-05-231-0/+53
Summary: Uses a heuristic to detect std::function and friends. Reviewers: kadircet Reviewed By: kadircet Subscribers: cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D62238 llvm-svn: 361461
OpenPOWER on IntegriCloud