summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/function.objects/negators
AgeCommit message (Expand)Author
2023-03-17[libc++] Remove unnecessary main() function in .compile.pass.cpp and .verify....Louis Dionne
2021-08-20[libc++] Remove test-suite annotations for unsupported Clang versionsLouis Dionne
2021-06-15[libc++] [P0619] Add _LIBCPP_ABI_NO_BINDER_BASES and remove binder typedefs i...Arthur O'Dwyer
2021-05-25[libc++] [P0619] Hide not1 and not2 under _LIBCPP_ENABLE_CXX20_REMOVED_NEGATORS.Arthur O'Dwyer
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2020-04-30[libc++] Make the verify-support feature implicitLouis Dionne
2020-04-17[libc++] Move .fail.cpp tests with verify-support to .verify.cppLouis Dionne
2020-04-07[libc++] Translate MODULES_DEFINES annotations to ADDITIONAL_COMPILE_FLAGSLouis Dionne
2020-03-26[libc++] Do not force the use of -Werror in verify testsLouis Dionne
2019-07-29Fix tests with modules enabledEric Fiselier
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-03-12[libc++] Enable deprecation warnings by defaultLouis 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-09-23[libcxx] Fix the binder deprecation tests on Clang 5.Louis Dionne
2018-09-23[libcxx] Fix buildbots on DebianLouis Dionne
2018-09-23[libc++] Add deprecated attributes to many deprecated componentsLouis Dionne
2015-01-07In C++03, a bunch of the arithmetic/logical/comparison functors (such as nega...Marshall Clow
2015-01-07In C++03, a bunch of the arithmetic/logical/comparison functors (such as add/...Marshall Clow
2014-12-20Move test into test/std subdirectory.Eric Fiselier