llvm-project/libcxx/test/std/utilities/template.bitset/bitset.members
Casey Carter 4e00a1921f [libcxx][test] compiler options are non-portable
... it's easier to suppress warnings internally, where we can detect the compiler.

* Rename `TEST_COMPILER_C1XX` to `TEST_COMPILER_MSVC`
* Rename all `TEST_WORKAROUND_C1XX_<meow>` to `TEST_WORKAROUND_MSVC_<meow>`

Differential Revision: https://reviews.llvm.org/D117422
2022-01-18 11:34:57 -08:00
..
all.pass.cpp
any.pass.cpp
count.pass.cpp
flip_all.pass.cpp
flip_one.out_of_range.pass.cpp
flip_one.pass.cpp
index.pass.cpp
index_const.pass.cpp
left_shift.pass.cpp
left_shift_eq.pass.cpp
none.pass.cpp
not_all.pass.cpp
op_and_eq.pass.cpp
op_eq_eq.pass.cpp
op_or_eq.pass.cpp
op_xor_eq.pass.cpp
reset_all.pass.cpp
reset_one.out_of_range.pass.cpp
reset_one.pass.cpp [libcxx][test] compiler options are non-portable 2022-01-18 11:34:57 -08:00
right_shift.pass.cpp
right_shift_eq.pass.cpp [libc++] NFC: Fix several GCC warnings in the test suite 2020-10-30 12:48:05 -04:00
set_all.pass.cpp
set_one.out_of_range.pass.cpp
set_one.pass.cpp
size.pass.cpp
test.out_of_range.pass.cpp [libcxx][test] explicitly discard bitset::test's return 2021-01-29 10:01:51 -08:00
test.pass.cpp
to_string.pass.cpp [libc++] Add an option to disable wide character support in libc++ 2021-10-12 06:08:23 -04:00
to_ullong.pass.cpp
to_ulong.pass.cpp