================
@@ -90,7 +90,7 @@ struct testSubset1Struct { };
 
 #pragma clang attribute pop
 
-#pragma clang attribute push (__attribute__((abi_tag("a"))), apply_to = 
variable)
+#pragma clang attribute push (__attribute__((abi_tag("a"))), apply_to = 
variable) // expected-warning {{attribute 'abi_tag' cannot be applied to a 
'void' parameter}}
----------------
AaronBallman wrote:

```suggestion
#pragma clang attribute push (__attribute__((abi_tag("a"))), apply_to = 
variable)
// expected-warning@-1 {{attribute 'abi_tag' cannot be applied to a 'void' 
parameter}}
```
Same changes elsewhere; just keeps the line length more reasonable when reading 
the tests.

https://github.com/llvm/llvm-project/pull/124920
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to