diff options
| author | Douglas Gregor <dgregor@apple.com> | 2010-05-28 00:49:12 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2010-05-28 00:49:12 +0000 |
| commit | 70febae7683056db6a97fbfaa3447236308bc1b8 (patch) | |
| tree | 89ddbf6f8d451e4d5fb76414ee92da43e7687f0d /clang/test/Index/complete-at-directives.m | |
| parent | b6112e8706492c4c9f8ef660a654be2b5ac0d943 (diff) | |
| download | bcm5719-llvm-70febae7683056db6a97fbfaa3447236308bc1b8.tar.gz bcm5719-llvm-70febae7683056db6a97fbfaa3447236308bc1b8.zip | |
Do not produce types as valid code completions when we're in an
expression context in C/Objective-C, or when we're in an
@interface/@implementation/@protocol in Objective-C(++).
llvm-svn: 104908
Diffstat (limited to 'clang/test/Index/complete-at-directives.m')
| -rw-r--r-- | clang/test/Index/complete-at-directives.m | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/test/Index/complete-at-directives.m b/clang/test/Index/complete-at-directives.m index 414c9d5e1c7..219d434ea4d 100644 --- a/clang/test/Index/complete-at-directives.m +++ b/clang/test/Index/complete-at-directives.m @@ -39,11 +39,6 @@ // CHECK-CC5: {TypedText @optional} // CHECK-CC5: {TypedText @property} // CHECK-CC5: {TypedText @required} -// CHECK-CC5: NotImplemented:{TypedText _Bool} -// CHECK-CC5: TypedefDecl:{TypedText Class} -// CHECK-CC5: TypedefDecl:{TypedText id} -// CHECK-CC5: ObjCInterfaceDecl:{TypedText MyClass} -// CHECK-CC5: TypedefDecl:{TypedText SEL} // RUN: c-index-test -code-completion-at=%s:2:23 -Xclang -code-completion-patterns %s | FileCheck -check-prefix=CHECK-CC6 %s // CHECK-CC6: NotImplemented:{TypedText package} |

