Implement code completion results for the Objective-C Key-Value Coding
commit310fdd13e274bc31be0f7fd13c33df489590bee9
authorDouglas Gregor <doug.gregor@gmail.com>
Thu, 17 Feb 2011 00:22:45 +0000 (17 00:22 +0000)
committerDouglas Gregor <doug.gregor@gmail.com>
Thu, 17 Feb 2011 00:22:45 +0000 (17 00:22 +0000)
tree1501215a392dc984ffdd6ef2be32e1119fc20d9b
parent645ee282a977271fa3bf854e17d73d076665e696
Implement code completion results for the Objective-C Key-Value Coding
(KVC) and Key-Value Observing (KVO) protocols.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125696 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/CodeCompleteConsumer.h
lib/Sema/CodeCompleteConsumer.cpp
lib/Sema/SemaCodeComplete.cpp
test/Index/complete-kvc.m [new file with mode: 0644]