We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc0217 commit 4afa5f9Copy full SHA for 4afa5f9
clang/test/SemaSYCL/spec-const-kernel-arg.cpp
@@ -21,7 +21,7 @@ int main() {
21
});
22
}
23
24
-// CHECK: FunctionDecl {{.*}}kernel_sc 'void ()'
+// CHECK: FunctionDecl {{.*}}kernel_sc{{.*}} 'void ()'
25
// CHECK: VarDecl {{.*}}'(lambda at {{.*}}'
26
// CHECK-NEXT: InitListExpr {{.*}}'(lambda at {{.*}}'
27
// CHECK-NEXT: CXXConstructExpr {{.*}}'cl::sycl::experimental::spec_constant<char, class MyInt32Const>':'cl::sycl::experimental::spec_constant<char, MyInt32Const>'
0 commit comments