llvm-project/libcxx/test/std/strings
Marshall Clow 5a127cdcbf Portability fix: add missing includes and static_casts. Reviewed as https://reviews.llvm.org/D55777. Thanks to Andrey Maksimov for the patch.
llvm-svn: 349566
2018-12-18 23:19:00 +00:00
..
basic.string Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 2018-12-11 04:35:44 +00:00
basic.string.hash Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 2018-12-11 04:35:44 +00:00
basic.string.literals Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 2018-12-11 04:35:44 +00:00
c.strings Portability fix: add missing includes and static_casts. Reviewed as https://reviews.llvm.org/D55777. Thanks to Andrey Maksimov for the patch. 2018-12-18 23:19:00 +00:00
char.traits [libcxx] Fix test on compilers that do not support char8_t yet 2018-12-11 14:15:54 +00:00
string.classes Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 2018-12-11 04:35:44 +00:00
string.conversions Portability fix: add missing includes and static_casts. Reviewed as https://reviews.llvm.org/D55777. Thanks to Andrey Maksimov for the patch. 2018-12-18 23:19:00 +00:00
string.view Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 2018-12-11 04:35:44 +00:00
strings.erasure Implement P1209 - Adopt Consistent Container Erasure from Library Fundamentals 2 for C++20. Reviewed as https://reviews.llvm.org/D55532 2018-12-14 18:49:35 +00:00
strings.general