summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/string.view/string.view.hash
AgeCommit message (Expand)Author
2024-09-12[libc++][modules] Refactor poisoned_hash_helper (#108296)Louis Dionne
2023-09-01[libc++] Apply clang formatting to all string unit testsBrendan Emery
2023-07-03[libc++] Move all the remaining .fail.cpp tests to .verify.cppLouis Dionne
2023-03-21[libc++] Qualifies size_t.Mark de Wever
2022-11-24[libc++] Keep char_traits<T> for arbitrary T around until LLVM 18Louis Dionne
2022-08-26[libc++] Enable hash only for the correct typesNikolas Klauser
2022-08-25[libc++][test] Use TEST_HAS_NO_CHAR8_T to simplify #ifdefs. NFCI.Joe Loser
2022-06-22[libc++] Complete the implementation of N4190Nikolas Klauser
2022-06-14[libc++] Remove macros for IBM compilerLouis Dionne
2022-06-03[libc++][test] Skip string_view tests for other vendors on older modesJoe Loser
2022-02-03[libc++][nfc] Add TEST_HAS_NO_UNICODE_CHARS.Mark de Wever
2021-10-12[libc++] Add an option to disable wide character support in libc++Louis Dionne
2021-09-09[libc++][NFC] Remove #endif comments for really small conditionals on _LIBCPP...Louis Dionne
2021-08-20[libc++][NFC] Fix minor errors and inconsistencies in the test suiteLouis Dionne
2021-08-12[libc++] Remove Lit annotations for unsupported GCC versions from the test suiteLouis Dionne
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2021-03-23[libc++] [C++20] [P0482] Add missing tests and synopses for char8_t.Marek Kurdej
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2020-04-22[libc++ testing] Fix unused variable warning turned errorDavid Zarzycki
2020-04-06[libc++] Always use -fsyntax-only in .fail.cpp testsLouis Dionne
2019-08-21libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber
2019-06-27Followup to revision 364545: Turns out that clang issues different errors for...Marshall Clow
2019-06-27Provide hashers for string_view only if they are using the default char_trait...Marshall Clow
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
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
2017-03-23Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...Marshall Clow
2017-01-21Implement P0513R0 - "Poisoning the Hash"Eric Fiselier
2016-12-08[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej
2016-07-21Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow