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 8f1346c commit db8dda5Copy full SHA for db8dda5
clang/test/AST/ast-dump-type-callingconv.cpp
@@ -1,11 +1,11 @@
1
// RUN: %clang_cc1 -triple aarch64 -ast-dump -ast-dump-filter foo %s \
2
// RUN: | FileCheck --strict-whitespace %s
3
4
-// CHECK: {{foo1 'void \(\) __attribute__\(\(device_kernel\)\)'$}}
+// CHECK: foo1 'void () __attribute__((device_kernel))'{{$}}
5
void foo1() __attribute__((device_kernel));
6
7
-// CHECK: {{foo2 'void \(\) __attribute__\(\(aarch64_vector_pcs\)\)'$}}
+// CHECK: foo2 'void () __attribute__((aarch64_vector_pcs))'{{$}}
8
void foo2() __attribute__((aarch64_vector_pcs));
9
10
-// CHECK: {{foo3 'void \(\) __attribute__\(\(aarch64_sve_pcs\)\)'$}}
+// CHECK: foo3 'void () __attribute__((aarch64_sve_pcs))'{{$}}
11
void foo3() __attribute__((aarch64_sve_pcs));
0 commit comments