]> granicus.if.org Git - clang/commit
Implement support for code completion of an Objective-C message send to
authorDouglas Gregor <dgregor@apple.com>
Tue, 6 Apr 2010 16:40:00 +0000 (16:40 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 6 Apr 2010 16:40:00 +0000 (16:40 +0000)
commit13438f9b9c8fdf08998c843dd307d2a9eda05b32
treeea5c2455c1b7a06c3f5e600d46e18ac0de0393e2
parent85372b93d175385b0aacbc1bd8f28e73abfba834
Implement support for code completion of an Objective-C message send to
"id" or an expression of type "id". In these cases, we produce a list
of all of the (class or instance) methods, respectively, that we know about.

Note that this implementation does not yet work well with precompiled
headers; that's coming soon.

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