summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/intseq
AgeCommit message (Expand)Author
2024-02-28[libc++] Use __integer_pack to implement integer_sequence on GCC (#82983)Nikolas Klauser
2023-09-28[libc++][NFC] Simplify checks for static assertions in .verify.cpp tests (#67...Louis Dionne
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-07-25Rewording "static_assert" diagnosticsMuhammad Usman Shahid
2022-07-21Revert "Rewording the "static_assert" to static assertion"Erich Keane
2022-07-21Rewording the "static_assert" to static assertionMuhammad Usman Shahid
2022-06-30Improve the formatting of static_assert messagesCorentin Jabot
2021-09-28[libc++] Clarify the name of Lit features related to standard library selectionLouis Dionne
2021-06-25[libcxx][modularisation] splits `<utility>` into self-contained headersChristopher Di Bella
2020-10-16[libc++] NFCI: Use Lit features to disable tests instead of #ifLouis Dionne
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2020-04-15[libc++] Remove workaround for .fail.cpp tests that don't have clang-verify m...Louis Dionne
2020-04-03[libc++] Remove useless nothing_to_do.pass.cpp testsLouis Dionne
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
2016-11-04[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej
2016-10-12Fix two more tests that hang when testing against libstdc++Eric Fiselier
2016-06-01Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier
2016-05-28[libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake
2016-04-28Remove names of unreferenced parameters. Patch from STL@microsoft.comEric Fiselier
2016-01-12Add a bunch of missing includes in the test suite to make it more portable. F...Marshall Clow
2015-12-09Use __make_integer_seq builtin for std::make_integer_sequence. Patch by K-ballo.Eric Fiselier
2014-12-20Move test into test/std subdirectory.Eric Fiselier