From 222e2a7620e6520ffaf4fc4e69d79c18da31542e Mon Sep 17 00:00:00 2001 From: "Zancanaro; Carlo" Date: Mon, 24 Sep 2012 09:58:17 +1000 Subject: Add the clang library to the repo (with some of my changes, too). --- clang/test/Index/cindex-from-source.m | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 clang/test/Index/cindex-from-source.m (limited to 'clang/test/Index/cindex-from-source.m') diff --git a/clang/test/Index/cindex-from-source.m b/clang/test/Index/cindex-from-source.m new file mode 100644 index 0000000..f226e45 --- /dev/null +++ b/clang/test/Index/cindex-from-source.m @@ -0,0 +1,12 @@ + +// RUN: %clang -x objective-c-header %S/Inputs/cindex-from-source.h -o %t.pfx.h.gch +// RUN: c-index-test -test-load-source local %s -include %t.pfx.h > %t +// RUN: FileCheck %s < %t +// CHECK: cindex-from-source.m:{{.*}}:{{.*}}: StructDecl=s0:{{.*}}:{{.*}} +// CHECK: cindex-from-source.m:{{.*}}:{{.*}}: VarDecl=g0:{{.*}}:{{.*}} +// CHECK: cindex-from-source.m:9:1: TypeRef=t0:1:13 Extent=[9:1 - 9:3] +struct s0 {}; +t0 g0; + +// RUN: c-index-test -test-load-source-reparse 5 local %s -include %t.pfx.h > %t +// RUN: FileCheck %s < %t -- cgit v1.2.3