summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/basic.string/string.cons
AgeCommit message (Expand)Author
2025-11-13[libc++] Add an initial modulemap for the test support headers (#162800)Nikolas Klauser
2025-09-09[libc++][NFC] Inline function in string.cons/copy_alloc.pass.cpp that is used...Nikolas Klauser
2025-01-21[libc++] Fix input-only range handling for `basic_string` (#116890)A. Jiang
2024-08-20[libc++] Fix several double-moves in the code base (#104616)Louis Dionne
2024-08-06[libc++] Implements LWG3130. (#101889)Mark de Wever
2023-12-14[libc++][test] Enhance ADDITIONAL_COMPILE_FLAGS, use TEST_MEOW_DIAGNOSTIC_IGN...Stephan T. Lavavej
2023-12-13[ASan][libc++] std::basic_string annotations (#72677)Tacet
2023-12-12Add `std::basic_string` test cases (#74830)Tacet
2023-10-12[libc++] Check formatting with clang-format 17 (#68928)Louis Dionne
2023-09-27[libc++] Refactor string unit tests to ease addition of new allocatorsLouis Dionne
2023-09-01[libc++] Apply clang formatting to all string unit testsBrendan Emery
2023-07-05[libc++][ranges] Implement the changes to `basic_string` from P1206 (`ranges:...varconst
2023-05-23[libc++] Updates C++2b to C++23.Mark de Wever
2023-03-21[libc++] Qualifies size_t.Mark de Wever
2023-01-09[libc++][test] Make some string tests MSVC-friendlyCasey Carter
2023-01-06[libc++][test] Add missing includeCasey Carter
2022-11-21[libc++][NFC] Add missing conditionals for the existence of wide charactersLouis Dionne
2022-11-02[libc++] Implement P2438R2 (std::string::substr() &&)Nikolas Klauser
2022-08-26[libc++][NFC] Remove some of the code duplication in the string testsNikolas Klauser
2022-06-13[libcxx][AIX] Switch build compiler to clangJake Egan
2022-04-27[libc++] Implement P0980R1 (constexpr std::string)Nikolas Klauser
2022-04-08[libc++] Add tests for std::string default constructor and destructorNikolas Klauser
2022-04-05[libc++] Tidy up tests for deduction guides and other compile-time failing pr...Louis Dionne
2022-03-19[libc++] Prepare string tests for constexprNikolas Klauser
2022-02-16[libc++] Remove cpp17_input_iterator.hNikolas Klauser
2022-02-08[libc++] Prepare string.{access, capacity, cons} tests for constexprNikolas Klauser
2021-11-07[libc++] Make test_allocator constexpr-friendly for constexpr string/vectorNikolas Klauser
2021-10-28[libc++] P0433R2: add the remaining deduction guides.Konstantin Varlamov
2021-10-12[libc++] Add an option to disable wide character support in libc++Louis Dionne
2021-08-20[libc++] Remove test-suite annotations for unsupported Clang versionsLouis Dionne
2021-08-18[libc++] Remove workarounds for the lack of deduction guides in C++17Louis Dionne
2021-08-12[libc++] Remove Lit annotations for unsupported GCC versions from the test suiteLouis Dionne
2021-07-27[libc++] [c++2b] [P2166] Prohibit string and string_view construction from nu...Marek Kurdej
2021-05-02[libcxx][nfc] prefixes test type `input_iterator` with `cpp17_`Christopher Di Bella
2021-04-27[libc++] Fix set-but-not-used warning. NFC.Marek Kurdej
2020-11-26[libc++] [libc++abi] Mark a few tests as unsupported/xfail on gcc-7/8/9.Marek Kurdej
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2020-05-01[libc++] NFC: fix typosLouis Dionne
2020-04-15[libc++] Remove workaround for .fail.cpp tests that don't have clang-verify m...Louis Dionne
2020-04-10[libc++] NFC: Clean up a lot of old Lit featuresLouis Dionne
2019-08-21libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-04-03[libcxx] [test] Fix test bugs in string.cons/copy_alloc.pass.cpp.Billy Robert O'Neal III
2019-03-14Properly constrain basic_string(Iter, Iter, Alloc = A())Eric Fiselier
2019-02-27[libc++] Mark several tests as XFAIL on macosx10.7Louis Dionne
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-11Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308Marshall Clow
2018-11-14[libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej
2018-07-02Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616Marshall Clow