summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/basic.string/string.cons/iter_alloc.pass.cpp
AgeCommit message (Expand)Author
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++] Remove cpp17_input_iterator.hNikolas Klauser
2022-02-08[libc++] Prepare string.{access, capacity, cons} tests for constexprNikolas Klauser
2021-05-02[libcxx][nfc] prefixes test type `input_iterator` with `cpp17_`Christopher Di Bella
2019-03-14Properly constrain basic_string(Iter, Iter, Alloc = A())Eric Fiselier
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-02-08Clean up string's deduction guides tests. Mark old versions of clang as unsup...Marshall Clow
2018-02-08Temporarily comment out deduction guide tests while I figure out what to do w...Marshall Clow
2018-02-08Implement deduction guide for basic_string as described in P0433Marshall Clow
2017-02-05[libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.Stephan T. Lavavej
2016-12-06[libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-04-28Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier
2014-12-20Move test into test/std subdirectory.Eric Fiselier