llvm-project/libcxx/test/std/containers/sequences/vector
Nikolas Klauser 14324fa428 [libc++] Add warning pragma macros in the test suite
Reviewed By: ldionne, #libc, EricWF

Spies: EricWF, libcxx-commits

Differential Revision: https://reviews.llvm.org/D121552
2022-03-17 00:11:20 +01:00
..
vector.capacity [libcxx][test] Add missing includes and suppress warnings 2022-01-13 17:34:04 -08:00
vector.cons [libc++] Add warning pragma macros in the test suite 2022-03-17 00:11:20 +01:00
vector.data
vector.erasure
vector.modifiers [libc++] [test] Qualify `next` as `std::next` in a lot of tests. NFCI. 2022-02-16 11:03:31 -05:00
vector.special [libc++] [test] Qualify `distance` as `std::distance` in a lot of tests. NFCI. 2022-02-15 16:20:52 -05:00
access.pass.cpp [libcxx][test] Add missing includes and suppress warnings 2022-01-13 17:34:04 -08:00
allocator_mismatch.compile.fail.cpp
compare.pass.cpp [libc++][test][NFC] Add tests for std::vector comparisons 2021-10-22 18:11:04 +03:00
contiguous.pass.cpp
get_allocator.pass.cpp [libcxx][test][NFC] Extend get_allocator() testing for containers 2021-12-01 16:15:19 +03:00
iterator_concept_conformance.compile.pass.cpp [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. 2022-03-13 12:32:06 -04:00
iterators.pass.cpp
range_concept_conformance.compile.pass.cpp [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. 2022-03-13 12:32:06 -04:00
reverse_iterators.pass.cpp [libcxx][test][NFC] Various tests for std::vector 2021-12-02 02:11:45 +03:00
types.pass.cpp