]> granicus.if.org Git - clang/commit
[CodeCompletion] Show protocol properties that are accessed through qualified id
authorAlex Lorenz <arphaman@gmail.com>
Wed, 12 Oct 2016 11:40:15 +0000 (11:40 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Wed, 12 Oct 2016 11:40:15 +0000 (11:40 +0000)
commit86f83e0e3aa25579635770318b7344834be4bb6b
tree74adbb8c4536d817f4f355ef444397db64d85b5a
parent38df4e8d58547a691318935bb7d1d4be41e9803c
[CodeCompletion] Show protocol properties that are accessed through qualified id

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284007 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaCodeComplete.cpp
test/CodeCompletion/objc-protocol-member-access.m [new file with mode: 0644]