You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clang/test/Sema/cheri/cheri-compartment-warn-if-return-void-or-unused.c
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@
5
5
//
6
6
7
7
// -fdiagnostics-fixit-info
8
-
__attribute__((cheri_compartment("example"))) voidvoid_return_type_f(inta) // expected-warning{{void return on a cross-compartment call make it impossible for callers to detect failure}} expected-note{{replace void return type with int}}
8
+
__attribute__((cheri_compartment("example"))) voidvoid_return_type_f(inta) // expected-warning{{void return on a cross-compartment call makes it impossible for callers to detect failure}} expected-note{{replace void return type with int}}
0 commit comments