summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.pass.cpp
AgeCommit message (Expand)Author
2025-11-13[libc++] Add an initial modulemap for the test support headers (#162800)Nikolas Klauser
2023-12-13[ASan][libc++] std::basic_string annotations (#72677)Tacet
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
2022-11-21[libc++][NFC] Add missing conditionals for the existence of wide charactersLouis Dionne
2022-06-13[libcxx][AIX] Switch build compiler to clangJake Egan
2022-04-27[libc++] Implement P0980R1 (constexpr std::string)Nikolas Klauser
2022-04-05[libc++] Tidy up tests for deduction guides and other compile-time failing pr...Louis Dionne
2022-02-16[libc++] Remove cpp17_input_iterator.hNikolas Klauser
2022-02-08[libc++] Prepare string.{access, capacity, cons} tests for constexprNikolas Klauser
2021-08-18[libc++] Remove workarounds for the lack of deduction guides in C++17Louis Dionne
2021-05-02[libcxx][nfc] prefixes test type `input_iterator` with `cpp17_`Christopher Di Bella
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis 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-02-22Add another test case to the deduction guide for basic_string.Marshall Clow
2018-02-15Fix test failure on compilers w/o deduction guidesEric Fiselier
2018-02-08The apple versions of clang don't support deduction guides yet.Marshall Clow
2018-02-08Once more, with feeling. Spell 'clang-4.0' correctly this timeMarshall Clow
2018-02-08Clean up string's deduction guides tests. Mark old versions of clang as unsup...Marshall Clow