summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeCompletion/objc-protocol-member-access.m
Commit message (Collapse)AuthorAgeFilesLines
* [CodeComplete] Penalize inherited ObjC properties for auto-completionSam McCall2018-11-201-2/+2
| | | | | | | | | | | | | | | | | | | | | Summary: Similar to auto-completion for ObjC methods, inherited properties should be penalized / direct class and category properties should be prioritized. Note that currently, the penalty for using a result from a base class (CCD_InBaseClass) is equal to the penalty for using a method as a property (CCD_MethodAsProperty). Reviewers: jkorous, sammccall, akyrtzi, arphaman, benlangmuir Reviewed By: sammccall, akyrtzi Subscribers: arphaman, cfe-commits Differential Revision: https://reviews.llvm.org/D53900 llvm-svn: 347352
* [CodeCompletion] Show protocol properties that are accessed through qualified idAlex Lorenz2016-10-121-0/+24
This commit improves code completion for properties that are declared in Objective-C protocols by making sure that properties show up in completions when they are accessed through a qualified id. rdar://24426041 Differential Revision: https://reviews.llvm.org/D25436 llvm-svn: 284007
OpenPOWER on IntegriCloud