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)
commit41778c3fa9bfa446cf3782968161d88ff3a2c939
tree976f943a1db2394a5f6d128db839ae2560a50b98
parent0aed1135fc89fbf28f83e0110646679c16fc0d95
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>.

llvm-svn: 173903
clang/lib/Sema/SemaCodeComplete.cpp
clang/test/Index/complete-objc-message.m
clang/test/Index/complete-super.m