summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/string_pointer.pass.cpp
AgeCommit message (Expand)Author
2025-02-23[libc++] Fix basic_string not allowing max_size() elements to be stored (#125...Nikolas Klauser
2025-02-07[libc++] Refactor strings operator+ testsNikolas Klauser
2023-12-13[ASan][libc++] std::basic_string annotations (#72677)Tacet
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
2022-06-13[libcxx][AIX] Switch build compiler to clangJake Egan
2022-04-27[libc++] Implement P0980R1 (constexpr std::string)Nikolas Klauser
2022-02-16[libc++] [test] Qualify `move` as `std::move` in a lot of tests. NFCI.Arthur O'Dwyer
2022-02-14[libc++] Prepare string.nonmembers for constexprNikolas Klauser
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-04-19Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the string library.Eric Fiselier
2016-06-14Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier
2015-01-09Walter Brown sent a list of tests which needed 'additional includes' to match...Marshall Clow
2014-12-20Move test into test/std subdirectory.Eric Fiselier