]> granicus.if.org Git - clang/commit
The instance methods of the root class of an Objective-C hieararchy
authorDouglas Gregor <dgregor@apple.com>
Wed, 30 Jan 2013 06:58:39 +0000 (06:58 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 30 Jan 2013 06:58:39 +0000 (06:58 +0000)
commit5824b803bb964247d2633ae893af409f915c80b1
tree6d512aed2b03d2ce02f37e6436866841f3f194fa
parent48cb74adac0acb5681ba12e9202adc1d9cb2d523
The instance methods of the root class of an Objective-C hieararchy
can be messaged via the metaclass. Provide code completions for this
case. Fixes <rdar://problem/12560296>.

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