From: Alexey Sotkin Date: Mon, 3 Sep 2018 12:43:26 +0000 (+0000) Subject: [Index] Update tests allowing double4 type to be "invalid" X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6015562f5f035d03174e5b89e4bad8df6c2d8525;p=clang [Index] Update tests allowing double4 type to be "invalid" Fixes test failure after r341309 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@341314 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Index/opencl-types.cl b/test/Index/opencl-types.cl index d71893a220..75a584c339 100644 --- a/test/Index/opencl-types.cl +++ b/test/Index/opencl-types.cl @@ -21,7 +21,7 @@ void kernel testFloatTypes() { // CHECK: VarDecl=scalarFloat:13:9 (Definition) [type=float] [typekind=Float] [isPOD=1] // CHECK: VarDecl=vectorFloat:14:10 (Definition) [type=float4] [typekind=Typedef] [canonicaltype=float __attribute__((ext_vector_type(4)))] [canonicaltypekind=Unexposed] [isPOD=1] // CHECK: VarDecl=scalarDouble:15:10 (Definition){{( \(invalid\))?}} [type=double] [typekind=Double] [isPOD=1] -// CHECK: VarDecl=vectorDouble:16:11 (Definition) [type=double4] [typekind=Typedef] [canonicaltype=double __attribute__((ext_vector_type(4)))] [canonicaltypekind=Unexposed] [isPOD=1] +// CHECK: VarDecl=vectorDouble:16:11 (Definition){{( \(invalid\))?}} [type=double4] [typekind=Typedef] [canonicaltype=double __attribute__((ext_vector_type(4)))] [canonicaltypekind=Unexposed] [isPOD=1] #pragma OPENCL EXTENSION cl_khr_gl_msaa_sharing : enable