Skip to content

Commit faafd64

Browse files
committed
disable clang-22
1 parent 2c1107e commit faafd64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/libcxx/atomics/builtin_clear_padding.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// UNSUPPORTED: c++03
99
// UNSUPPORTED: gcc
10-
// UNSUPPORTED: clang-19, clang-20, clang-21
10+
// UNSUPPORTED: clang-19, clang-20, clang-21, clang-22
1111

1212
// ADDITIONAL_COMPILE_FLAGS: -Wno-deprecated-volatile -Wno-dynamic-class-memaccess
1313

0 commit comments

Comments
 (0)