summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/meta/meta.unary
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-231-1/+1
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-256-11/+1
* Revert r372777: [libc++] Implement LWG 2510 and its follow-upsIlya Biryukov2019-09-256-1/+11
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-246-11/+1
* Fix various test failures with GCCEric Fiselier2019-09-131-2/+6
* Use rvalue references throughout the is_constructible traits.Eric Fiselier2019-06-213-6/+3
* Make rvalue metaprogramming traits work in C++03.Eric Fiselier2019-06-215-11/+0
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3116-0/+32
* Mark is_trivially_destructible as unsupported with apple-clang-9Nico Weber2019-05-031-0/+1
* Use modern type trait implementations when available.Richard Smith2019-04-251-0/+6
* Implement P1357: Traits for [Un]bounded Arrays; adopted in KonaMarshall Clow2019-02-262-0/+142
* [libc++] Use UNSUPPORTED instead of TEST_STD_VER #ifdefLouis Dionne2019-02-051-7/+2
* Support tests in freestandingJF Bastien2019-02-0495-96/+287
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1995-380/+285
* Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308Marshall Clow2018-12-111-1/+1
* First part of P0482 - Establish that char8_t is an integral type, and that nu...Marshall Clow2018-11-291-0/+3
* Revert commit r347904 because it broke older compilersMarshall Clow2018-11-291-3/+0
* First part of P0482 - Establish that char8_t is an integral type, and that nu...Marshall Clow2018-11-291-0/+3
* Add a test that shows what happens with throwing destructors. NFC.Marshall Clow2018-10-111-0/+11
* [test] two small cleanups:Casey Carter2018-07-091-2/+0
* Update XFAIL so apple-clang-9.0 is the last version not implementing Core 2094.Volodymyr Sapsai2018-05-141-1/+1
* Fix has_unique_object_representation after Clang commit r324134.Eric Fiselier2018-02-021-2/+4
* Add pre-C++11 is_constructible wrappers for 3 argumentsDimitry Andric2018-01-071-0/+12
* Implement p0258r2: has_unique_object_representationsMarshall Clow2018-01-031-0/+104
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-294-12/+12
* XFAIL is_trivially_copyable test for compilers that don't implement Core 2094Eric Fiselier2017-05-101-1/+3
* Update is_trivially_copyable tests with CWG 2094Billy Robert O'Neal III2017-05-101-4/+4
* Fix two test failures caused by Windows mangling of function types.Eric Fiselier2017-05-072-15/+21
* [libc++] Implement LWG 2911 - add an is_aggregate type-traitEric Fiselier2017-04-121-0/+79
* [libcxx] [test] Avoid Clang's -Wunused-const-variable in is_constructible.pas...Stephan T. Lavavej2017-04-121-0/+1
* Fix PR32097 - is_abstract doesn't work on class templates.Eric Fiselier2017-03-011-0/+10
* Add tests for noexcept functionsEric Fiselier2017-02-133-93/+190
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-181-1/+1
* [libcxx] [test] Don't ask whether Incomplete& can be assigned to.Stephan T. Lavavej2017-01-171-1/+0
* Adjust libc++ test infastructure to fully support modulesEric Fiselier2016-12-051-0/+1
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-042-2/+6
* Fix __libcpp_is_constructible for source types with explicit conversion opera...Eric Fiselier2016-11-021-2/+118
* Implement N4606 optionalEric Fiselier2016-10-121-1/+1
* Revert Add <optional>. Will recommit with better commit messageEric Fiselier2016-10-121-1/+1
* Add <optional> header.Eric Fiselier2016-10-121-1/+1
* Comment out failing test while I figure out who is at faultMarshall Clow2016-10-051-1/+1
* Make tests for is_empty better. No functional change.Marshall Clow2016-10-051-5/+31
* Add tests to make sure that is_constructible<cv-void> is false. We already ch...Marshall Clow2016-10-031-0/+3
* Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilitiesEric Fiselier2016-10-017-15/+12
* Make std::is_assignable tolerate references to incomplete types.Eric Fiselier2016-07-251-2/+5
* Unbreak traits tests by handling differences between version macros in clang/...Eric Fiselier2016-07-202-2/+4
* Unbreak is_constructible tests for Clang <= 3.7.Eric Fiselier2016-07-202-1/+25
* Reimplement is_constructible fallback implementation. Fixes PR21574.Eric Fiselier2016-07-202-7/+60
* Add more tests for LWG#2582. No code changes needed, just tests.Marshall Clow2016-07-1225-19/+47
* Add tests for the meta.unary.props that do not require a complete type. This ...Marshall Clow2016-07-124-0/+14
OpenPOWER on IntegriCloud