================
@@ -720,7 +720,7 @@ void test_underaligned(void) {
__atomic_compare_exchange(&aligned_a, &aligned_b, &aligned_c, 1,
memory_order_seq_cst, memory_order_seq_cst);
}
-void test_c11_minmax(_Atomic(int) * si, _Atomic(unsigned) * ui, _Atomic(short)
* ss, _Atomic(unsigned char) * uc, _Atomic(long long) * sll) {
+void test_c11_minmax(_Atomic(int) * si, _Atomic(unsigned) * ui, _Atomic(short)
* ss, _Atomic(unsigned char) * uc, _Atomic(long long) * sll, _Atomic(int*) *
aip, int* ip) {
----------------
Artem-B wrote:
Naming nit: other arguments do not use `p` suffix.
https://github.com/llvm/llvm-project/pull/182699
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits