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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/std/strings
Marshall Clow de0811ac71 Fix the definitions of 'reference' and 'pointer' in string_view that no one uses :-). Thanks to K-ballo for the catch.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@321188 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
basic.string [libcxx] [test] Strip trailing whitespace. NFC. 8 years ago
basic.string.hash Implement P0599: 'noexcept for hash functions'. Fix a couple of hash functions (optional<T> and unique_ptr<T>) which were mistakenly marked as 'noexcept'. Reviewed as https://reviews.llvm.org/D31234 9 years ago
basic.string.literals Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
c.strings Move more _LIBCPP_VERSION tests to test/libcxx. 10 years ago
char.traits [libcxx] [test] Untabify, NFC. 8 years ago
string.classes [libcxx] [test] Fix Clang -Wunused-local-typedef, part 3/3. 9 years ago
string.conversions Add markup for libc++ dylib availability 9 years ago
string.view Fix the definitions of 'reference' and 'pointer' in string_view that no one uses :-). Thanks to K-ballo for the catch. 8 years ago
strings.general Move test into test/std subdirectory. 11 years ago