]> granicus.if.org Git - clang/commit
Implement code completion results for the Objective-C Key-Value Coding
authorDouglas Gregor <dgregor@apple.com>
Thu, 17 Feb 2011 00:22:45 +0000 (00:22 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 17 Feb 2011 00:22:45 +0000 (00:22 +0000)
commit577cdfdb20840350e841a483df630237326126d5
tree1501215a392dc984ffdd6ef2be32e1119fc20d9b
parenta03733b28b7c0a6dde83561a8a391c1067f404a5
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]