summaryrefslogtreecommitdiffstats
path: root/test/Index/complete-interfaces.m
Commit message (Collapse)AuthorAgeFilesLines
* When performing code completion after at @interface, allow bothDouglas Gregor2011-07-301-0/+4
| | | | | | | | | already-defined and forward-declared results. Already-defined results are fine because they could be the start of a category. Fixes <rdar://problem/9811691>. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136559 91177308-0d34-0410-b5e6-96231b3b80d8
* Code completion for Objective-C class names after @interface,Douglas Gregor2009-11-181-0/+43
@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