summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/basic.string/string.cons/copy_alloc.pass.cpp
AgeCommit message (Expand)Author
2025-09-09[libc++][NFC] Inline function in string.cons/copy_alloc.pass.cpp that is used...Nikolas 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-03-19[libc++] Prepare string tests for constexprNikolas Klauser
2022-02-08[libc++] Prepare string.{access, capacity, cons} tests for constexprNikolas Klauser
2019-04-03[libcxx] [test] Fix test bugs in string.cons/copy_alloc.pass.cpp.Billy Robert O'Neal III
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-07-29[libcxx] [test] Untabify, NFC.Stephan T. Lavavej
2017-02-05[libcxx] [test] Strip trailing whitespace.Stephan T. Lavavej
2017-01-31Fix up some no-exception compile failuresMarshall Clow
2017-01-31Workaround new -Wshadow warning introduced by r293599Alex Lorenz
2017-01-31Fix PR#31779: basic_string::operator= isn't exception safe.Marshall Clow
2016-04-28Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier
2014-12-20Move test into test/std subdirectory.Eric Fiselier