Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CodeComplete] Add whitespace around braces in lambda completions | Ilya Biryukov | 2019-05-24 | 1 | -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 requested | Ilya Biryukov | 2019-05-23 | 1 | -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 function | Ilya Biryukov | 2019-05-23 | 1 | -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 |