Skip to content

Commit 0669180

Browse files
committed
[Clang] Code formatting
1 parent 88db438 commit 0669180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Sema/builtin-stackaddress-target-support.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// RUN: %clang_cc1 -verify %s -triple riscv64-unknown-unknown
55
// RUN: %clang_cc1 -verify %s -triple aarch64-unknown-unknown
66

7+
// x86-no-diagnostics
78
void *a() {
89
return __builtin_stack_address(); // expected-error {{builtin is not supported on this target}}
9-
// x86-no-diagnostics
1010
}

0 commit comments

Comments
 (0)