You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Marshall Clow
64c10d00c3
Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@336132 91177308-0d34-0410-b5e6-96231b3b80d8
|
7 years ago |
| .. |
|
string.access
|
Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065
|
8 years ago |
|
string.capacity
|
More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in string, string_view, and the free function std::empty(). Removed tabs from <string_view>, which is why the diff is so big.
|
8 years ago |
|
string.cons
|
Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616
|
7 years ago |
|
string.ends_with
|
[libcxx] [test] Strip trailing whitespace. NFC.
|
8 years ago |
|
string.iterators
|
[libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", part 9/12.
|
9 years ago |
|
string.modifiers
|
Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616
|
7 years ago |
|
string.nonmembers
|
Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616
|
7 years ago |
|
string.ops
|
Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616
|
7 years ago |
|
string.require
|
[libcxx] [test] Fix MSVC x64 truncation warnings with 32-bit allocator size_type/difference_type.
|
9 years ago |
|
string.starts_with
|
[libcxx] [test] Strip trailing whitespace. NFC.
|
8 years ago |
|
allocator_mismatch.fail.cpp
|
Add static_assert to set/multiset/map/multimap/forward_list/deque that the allocator's value_type match the container's value_type. vector/unordered/list/string already do this. Add tests for all the containers to verify this.
|
10 years ago |
|
char.bad.fail.cpp
|
Implement LWG3034: P0767R1 breaks previously-standard-layout types
|
8 years ago |
|
input_iterator.h
|
Move test into test/std subdirectory.
|
11 years ago |
|
test_traits.h
|
Move test into test/std subdirectory.
|
11 years ago |
|
traits_mismatch.fail.cpp
|
Implement LWG#2761: 'basic_string should require that charT match traits::char_type'. Tests for string_view, too
|
9 years ago |
|
types.pass.cpp
|
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER.
|
10 years ago |