llvm-project/libcxx/test/std/containers/sequences/vector/vector.cons
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
..
assign_copy.addressof.compile.pass.cpp [libc++] Use addressof in assignment operator. 2021-10-07 18:10:47 +02:00
assign_copy.pass.cpp [libcxx][test][NFC] Various tests for std::vector 2021-12-02 02:11:45 +03:00
assign_initializer_list.pass.cpp
assign_iter_iter.pass.cpp [libcxx][test][NFC] Extend testing for vector.cons 2021-12-10 15:05:22 +03:00
assign_move.addressof.compile.pass.cpp [libc++] Use addressof in vector. 2021-10-21 17:28:17 +02:00
assign_move.pass.cpp
assign_size_value.pass.cpp [libcxx][test][NFC] Extend testing for vector.cons 2021-12-10 15:05:22 +03:00
construct_default.pass.cpp
construct_iter_iter.pass.cpp [libcxx][test] compiler options are non-portable 2022-01-18 11:34:57 -08:00
construct_iter_iter_alloc.pass.cpp [libcxx][nfc] prefixes test type `input_iterator` with `cpp17_` 2021-05-02 05:02:59 +00:00
construct_size.pass.cpp [libcxx][test][NFC] Extend testing for vector.cons 2021-12-10 15:05:22 +03:00
construct_size_value.pass.cpp [libcxx][test][NFC] Extend testing for vector.cons 2021-12-10 15:05:22 +03:00
construct_size_value_alloc.pass.cpp [libcxx][test][NFC] Extend testing for vector.cons 2021-12-10 15:05:22 +03:00
copy.move_only.verify.cpp
copy.pass.cpp [libcxx][test][NFC] Extend testing for vector.cons 2021-12-10 15:05:22 +03:00
copy_alloc.pass.cpp [libcxx][test][NFC] Extend testing for vector.cons 2021-12-10 15:05:22 +03:00
deduct.fail.cpp [libc++] Remove workarounds for the lack of deduction guides in C++17 2021-08-18 08:57:25 -04:00
deduct.pass.cpp [libc++] P0433R2: test that deduction guides are properly SFINAEd away. 2021-11-09 09:32:24 -08:00
default.recursive.pass.cpp
default_noexcept.pass.cpp [libcxx][NFC] Make sequence containers slightly more SFINAE-friendly during CTAD. 2021-12-01 11:56:51 -08:00
dtor_noexcept.pass.cpp [libcxx][NFC] Make sequence containers slightly more SFINAE-friendly during CTAD. 2021-12-01 11:56:51 -08:00
initializer_list.pass.cpp
initializer_list_alloc.pass.cpp [libcxx][test][NFC] Extend testing for vector.cons 2021-12-10 15:05:22 +03:00
move.addressof.compile.pass.cpp [libc++] Use addressof in vector. 2021-10-21 17:28:17 +02:00
move.pass.cpp [libc++] Make test_allocator constexpr-friendly for constexpr string/vector 2021-11-07 16:15:28 +01:00
move_alloc.pass.cpp
move_assign_noexcept.pass.cpp [libcxx][NFC] Make sequence containers slightly more SFINAE-friendly during CTAD. 2021-12-01 11:56:51 -08:00
move_noexcept.pass.cpp [libcxx][NFC] Make sequence containers slightly more SFINAE-friendly during CTAD. 2021-12-01 11:56:51 -08:00
op_equal_initializer_list.pass.cpp