From 4c362d53105628e867452a29a0b0e5c5ff3ee60c Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 5 Oct 2011 19:00:14 +0000 Subject: Expose more statement, expression, and declaration kinds in libclang, from Manuel Holtgrewe! llvm-svn: 141200 --- clang/test/Index/index-templates.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/Index/index-templates.cpp') diff --git a/clang/test/Index/index-templates.cpp b/clang/test/Index/index-templates.cpp index 14b22fc80a7..05068df5c59 100644 --- a/clang/test/Index/index-templates.cpp +++ b/clang/test/Index/index-templates.cpp @@ -135,7 +135,7 @@ struct SuperPair : Pair, Pair { }; // CHECK-LOAD: index-templates.cpp:30:21: TypeRef=struct Z2:20:8 Extent=[30:21 - 30:23] // CHECK-LOAD: index-templates.cpp:35:16: VarDecl=OneDimension:35:16 (Definition) Extent=[35:1 - 35:32] // CHECK-LOAD: index-templates.cpp:35:31: UnexposedExpr= Extent=[35:31 - 35:32] -// CHECK-LOAD: index-templates.cpp:35:31: UnexposedExpr= Extent=[35:31 - 35:32] +// CHECK-LOAD: index-templates.cpp:35:31: IntegerLiteral= Extent=[35:31 - 35:32] // CHECK-LOAD: index-templates.cpp:37:8: ClassTemplate=array:37:8 (Definition) Extent=[36:1 - 37:17] // CHECK-LOAD: index-templates.cpp:36:19: TemplateTypeParameter=T:36:19 (Definition) Extent=[36:10 - 36:20] // CHECK-LOAD: index-templates.cpp:36:31: NonTypeTemplateParameter=Dimensions:36:31 (Definition) Extent=[36:22 - 36:56] -- cgit v1.2.3