summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/experimental/utilities
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-238-9/+9
* [libc++][NFC] Remove excess trailing newlines from most filesCasey Carter2019-10-236-6/+0
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3143-0/+45
* Implement LWG 2960: nonesuch is insufficiently uselessMarshall Clow2019-04-302-0/+61
* Support tests in freestandingJF Bastien2019-02-0449-49/+147
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1949-196/+147
* Remove more of the std::experimental bits that are now in std::. All the _v t...Marshall Clow2018-02-0634-3188/+0
* Placate unused variable warnings uncovered by improvements to clang's -Wunuse...Benjamin Kramer2017-10-141-0/+1
* Fix XFAIL to reflect recent fixes in GCCEric Fiselier2017-05-111-1/+2
* Fix GCC 7 test failures.Eric Fiselier2017-05-091-0/+5
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-181-1/+1
* [libcxx] [test] Strip trailing whitespace.Stephan T. Lavavej2017-01-045-5/+5
* Fix unused parameters and variablesEric Fiselier2016-12-234-2/+5
* Adjust libc++ test infastructure to fully support modulesEric Fiselier2016-12-051-16/+16
* Implement conjuntion/disjuntion/negation for LFTS v2. Same code and tests for...Marshall Clow2016-11-263-0/+177
* Implement the 'detection idiom' from LFTS v2Marshall Clow2016-11-265-0/+224
* Move more _LIBCPP_VERSION tests to test/libcxx.Eric Fiselier2016-06-222-40/+0
* Implement std::experimental::propagate_const from LFTS v2Jonathan Coe2016-06-1941-0/+1436
* Fix warnings in tests.Eric Fiselier2016-06-141-31/+25
* [libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake2016-05-286-29/+12
* Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.Eric Fiselier2016-04-201-5/+0
* Suppress array initialization warnings in std::experimental::apply testsEric Fiselier2015-10-013-0/+13
* Remove constexpr support for std::apply because it introduces regressions.Eric Fiselier2015-04-192-0/+8
* [libcxx] Add <experimental/tuple> header for LFTS.Eric Fiselier2015-03-1712-0/+1561
* [libcxx] Add <experimental/ratio>Eric Fiselier2015-02-178-0/+360
* Fix alignment in tests for readability.Eric Fiselier2015-02-032-4/+4
* [libcxx] Add <experimental/system_error>Eric Fiselier2015-02-033-0/+96
* [libcxx] Add <experimental/chrono>Eric Fiselier2015-02-022-0/+68
* Fix vexing parse in test.Eric Fiselier2015-01-121-1/+1
* Move test into test/std subdirectory.Eric Fiselier2014-12-2011-0/+1015
OpenPOWER on IntegriCloud