Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CodeComplete] Expose InBaseClass signal in code completion results. | Eric Liu | 2018-10-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Summary: No new tests as the existing tests for result priority should give us coverage. Also as the new flag is trivial enough, I'm reluctant to plumb the flag to c-index-test output. Reviewers: ilya-biryukov Reviewed By: ilya-biryukov Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D53635 llvm-svn: 345135 | ||||
* | Implement filtering for code completion of identifiers. | Vassil Vassilev | 2016-07-27 | 1 | -2/+2 |
| | | | | | | | | Patch by Cristina Cristescu and Axel Naumann! Agreed on post commit review (D17820). llvm-svn: 276878 | ||||
* | When completing Objective-C instance method invocations, perform a ↵ | Anders Carlsson | 2014-02-28 | 1 | -0/+46 |
contextual conversion to an Objective-C pointer type of the target expression if needed. This fixes code completion of method invocations where the target is a smart pointer that has an explicit conversion operator to an Objective-C type. llvm-svn: 202529 |