llvm-project/libcxx/test/std/containers/sequences/vector
Marshall Clow 8a02f8d928 Add tests specifically for LWG2164. We already did this; but now we have tests. NFC
llvm-svn: 359458
2019-04-29 15:38:07 +00:00
..
vector.capacity Support tests in freestanding 2019-02-04 20:31:13 +00:00
vector.cons [libc++] Remove unnecessary <iostream> #includes in tests 2019-03-28 16:38:15 +00:00
vector.data Support tests in freestanding 2019-02-04 20:31:13 +00:00
vector.erasure Support tests in freestanding 2019-02-04 20:31:13 +00:00
vector.modifiers Add tests specifically for LWG2164. We already did this; but now we have tests. NFC 2019-04-29 15:38:07 +00:00
vector.special Support tests in freestanding 2019-02-04 20:31:13 +00:00
access.pass.cpp Mark vector::operator[] and front/back as noexcept. We already do this for string and string_view. This should give better codegen inside of noexcept functions. Add tests for op[]/front/back/at, because apparently we had none. 2019-03-15 00:29:35 +00:00
allocator_mismatch.fail.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
contiguous.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
iterators.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
types.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00