]> granicus.if.org Git - clang/commit
Code completion for Objective-C class names after @interface,
authorDouglas Gregor <dgregor@apple.com>
Wed, 18 Nov 2009 16:26:39 +0000 (16:26 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 18 Nov 2009 16:26:39 +0000 (16:26 +0000)
commit3b49aca913dc0c1838321b9bb2dc9a4cb4681922
tree28b098a84a5522f9017445eec056a95602da0817
parent69203e108b097695c421561c8f1b45b498f5e5d4
Code completion for Objective-C class names after @interface,
@implementation, and in the declaration of the superclass of an
@interface.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89207 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Action.h
lib/Parse/ParseObjc.cpp
lib/Sema/Sema.h
lib/Sema/SemaCodeComplete.cpp
test/Index/complete-interfaces.m [new file with mode: 0644]