summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeCompletion/objc-message.mm
Commit message (Collapse)AuthorAgeFilesLines
* [CodeComplete] Expose InBaseClass signal in code completion results.Eric Liu2018-10-241-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 Vassilev2016-07-271-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 Carlsson2014-02-281-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
OpenPOWER on IntegriCloud