summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/TestClassForwardDecl.m
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-18 20:19:44 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-18 20:19:44 +0000
commit9b33352856b68a4a3285c70c5c8791e7402493d0 (patch)
tree8b66571ca8302af7d8fee925b8cf2110557dd0bf /clang/test/Index/TestClassForwardDecl.m
parent26228a0d7a65c234377255c0b19aad524da1ebab (diff)
downloadbcm5719-llvm-9b33352856b68a4a3285c70c5c8791e7402493d0.tar.gz
bcm5719-llvm-9b33352856b68a4a3285c70c5c8791e7402493d0.zip
Update test to stop scanning things in the predefines buffer, this isn't adding
value. llvm-svn: 89235
Diffstat (limited to 'clang/test/Index/TestClassForwardDecl.m')
-rw-r--r--clang/test/Index/TestClassForwardDecl.m28
1 files changed, 14 insertions, 14 deletions
diff --git a/clang/test/Index/TestClassForwardDecl.m b/clang/test/Index/TestClassForwardDecl.m
index f1c5b62479c..31b7c6c170c 100644
--- a/clang/test/Index/TestClassForwardDecl.m
+++ b/clang/test/Index/TestClassForwardDecl.m
@@ -27,20 +27,20 @@ void function(Foo * arg)
// CHECK-scan: {start_line=10 start_col=24 end_line=13 end_col=1} FunctionDecl=function:10:6
// CHECK-scan: {start_line=13 start_col=2 end_line=46 end_col=1} Invalid Cursor => NoDeclFound
-// CHECK-load: <invalid loc>:0:0: TypedefDecl=__int128_t:0:0 [Context=TestClassForwardDecl.m]
-// CHECK-load: <invalid loc>:0:0: TypedefDecl=__uint128_t:0:0 [Context=TestClassForwardDecl.m]
-// CHECK-load: <invalid loc>:0:0: StructDecl=objc_selector:0:0 [Context=TestClassForwardDecl.m]
-// CHECK-load: <invalid loc>:0:0: TypedefDecl=SEL:0:0 [Context=TestClassForwardDecl.m]
-// CHECK-load: <invalid loc>:0:0: ObjCInterfaceDecl=Protocol:0:0 [Context=TestClassForwardDecl.m]
-// CHECK-load: <invalid loc>:0:0: TypedefDecl=id:0:0 [Context=TestClassForwardDecl.m]
-// CHECK-load: <invalid loc>:0:0: TypedefDecl=Class:0:0 [Context=TestClassForwardDecl.m]
-// CHECK-load: <invalid loc>:81:16: StructDecl=__va_list_tag:81:16 [Context=TestClassForwardDecl.m]
-// CHECK-load: <invalid loc>:81:42: FieldDecl=gp_offset:81:42 [Context=__va_list_tag]
-// CHECK-load: <invalid loc>:81:63: FieldDecl=fp_offset:81:63 [Context=__va_list_tag]
-// CHECK-load: <invalid loc>:81:81: FieldDecl=overflow_arg_area:81:81 [Context=__va_list_tag]
-// CHECK-load: <invalid loc>:81:107: FieldDecl=reg_save_area:81:107 [Context=__va_list_tag]
-// CHECK-load: <invalid loc>:81:123: TypedefDecl=__va_list_tag:81:123 [Context=TestClassForwardDecl.m]
-// CHECK-load: <invalid loc>:81:159: TypedefDecl=__builtin_va_list:81:159 [Context=TestClassForwardDecl.m]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
// CHECK-load: TestClassForwardDecl.m:10:6: FunctionDefn=function [Context=TestClassForwardDecl.m]
// CHECK-load: TestClassForwardDecl.m:10:21: ParmDecl=arg:10:21 [Context=function]
OpenPOWER on IntegriCloud