]> granicus.if.org Git - clang/commit
Tweak code completions for Objective-C Key-Value Observing. The
authorDouglas Gregor <dgregor@apple.com>
Thu, 2 Jun 2011 04:02:27 +0000 (04:02 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 2 Jun 2011 04:02:27 +0000 (04:02 +0000)
commit3f828d1710df819c1dd84c4782166b10f8d18b56
tree30ab39e6b3c31abf64c7ce591dfacad8ca62db86
parent58f14c012e5d739b09532bb12645dc161f88cfcf
Tweak code completions for Objective-C Key-Value Observing. The
+keyPathsForValuesAffecting<Key> completion was mislabeled as an
instance method, and +automaticallyNotifiesObserversOf<Key> was
missing entirely. Fixes <rdar://problem/9516762>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132452 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaCodeComplete.cpp
test/Index/complete-kvc.m