diff options
author | Konstantin Boyarinov <konstantin.boyarinov@intel.com> | 2021-12-02 02:04:17 +0300 |
---|---|---|
committer | Ruslan Arutyunyan <ruslan.arutyunyan@intel.com> | 2021-12-02 02:11:45 +0300 |
commit | 8c6b24899e51648286bb812d92a23a28798c53eb (patch) | |
tree | 10c8944f168544a31fa65d2ec56b7eca8dd98dab /llvm/lib/Transforms/Utils/CloneModule.cpp | |
parent | e599aa80c085559a5449bbd61a96da63d481aa6c (diff) | |
download | llvm-8c6b24899e51648286bb812d92a23a28798c53eb.zip llvm-8c6b24899e51648286bb812d92a23a28798c53eb.tar.gz llvm-8c6b24899e51648286bb812d92a23a28798c53eb.tar.bz2 |
[libcxx][test][NFC] Various tests for std::vector
Add missing tests for std::vector funcionality to improve code coverage:
- Rewrote access tests to check modification of the container using
the reference returned by the non-const overload
- Added tests for reverse iterators: rbegin, rend, etc.
- Added exception test for vector::reserve
- Extended test cases for vector copy assignment
- Fixed insert_iter_value.pass.cpp to use insert overload with const
value_type& (not with value_type&& which is tested in
iter_rvalue.pass.cpp test)
Reviewed By: Quuxplusone, rarutyun, #libc
Differential Revision: https://reviews.llvm.org/D112438
Diffstat (limited to 'llvm/lib/Transforms/Utils/CloneModule.cpp')
0 files changed, 0 insertions, 0 deletions