summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/meta
Commit message (Expand)AuthorAgeFilesLines
* Implement P0340R3: Make 'underlying_type' SFINAE-friendly. Reviewed as https:...Marshall Clow2019-06-212-20/+106
* Use rvalue references throughout the is_constructible traits.Eric Fiselier2019-06-213-6/+3
* Enable aligned_union in C++03Eric Fiselier2019-06-211-2/+0
* Get is_convertible tests passing in C++03 (except the fallback).Eric Fiselier2019-06-212-8/+3
* Make rvalue metaprogramming traits work in C++03.Eric Fiselier2019-06-218-19/+0
* [libc++] Re-apply XFAIL to is_base_of test that was inadvertently revertedLouis Dionne2019-06-181-4/+5
* [libc++] Revert the addition of map/multimap CTADLouis Dionne2019-06-181-2/+1
* XFAIL a couple of tests on apple-clang-9.1, which is a compiler that I didn't...Marshall Clow2019-06-111-1/+2
* Add a test for is_base_of and incomplete types. Because this trait uses a com...Marshall Clow2019-06-111-0/+92
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3121-0/+42
* Improve the test coverage for std::is_base_ofMarshall Clow2019-05-161-0/+15
* Mark is_trivially_destructible as unsupported with apple-clang-9Nico Weber2019-05-031-0/+1
* Support overaligned types in `aligned_storage`.Eric Fiselier2019-04-301-0/+8
* Use modern type trait implementations when available.Richard Smith2019-04-251-0/+6
* Add std::is_constant_evaluated.Eric Fiselier2019-04-242-0/+79
* [libc++][NFC] Rename test file according to the libc++ conventionLouis Dionne2019-04-031-0/+58
* Make common_type's implementation common Eric Fiselier2019-03-311-77/+98
* Reworked all the utilities/meta tests to use ASSERT_SAME_TYPE instead of 'sta...Marshall Clow2019-03-2827-153/+120
* 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-04143-144/+430
* Fix PR40495 - is_invokable_v<void> does not compileEric Fiselier2019-01-292-182/+356
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19144-576/+432
* Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier2019-01-162-7/+10
* 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
* Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF...Eric Fiselier2018-11-281-3/+6
* Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier2018-11-281-6/+3
* Get tests compiling with -Wunused-local-typedefEric Fiselier2018-11-151-1/+0
* Add a test that shows what happens with throwing destructors. NFC.Marshall Clow2018-10-111-0/+11
* Implement P0887: The identity metafunctionMarshall Clow2018-08-021-0/+40
* [test] two small cleanups:Casey Carter2018-07-092-5/+2
* Update XFAIL so apple-clang-9.0 is the last version not implementing Core 2094.Volodymyr Sapsai2018-05-141-1/+1
* Fix failing test due to incorrect use of noexceptEric Fiselier2018-05-111-14/+0
* Fix PR37407 - callable traits don't correctly check complete types.Eric Fiselier2018-05-102-1/+37
* [libcxx] [test] Fix whitespace, NFC.Stephan T. Lavavej2018-04-121-1/+1
* [test] [NFC] cleanup aligned_storage testCasey Carter2018-04-091-106/+55
* Implement LWG3034: P0767R1 breaks previously-standard-layout typesMarshall Clow2018-03-212-0/+66
* Implement P0767R1 - Deprecate PODMarshall Clow2018-03-061-0/+102
* [libcxx] [test] Strip trailing whitespace, NFC.Stephan T. Lavavej2018-02-121-2/+2
* Fix has_unique_object_representation after Clang commit r324134.Eric Fiselier2018-02-021-2/+4
* include <cstdint> to get uint32_tMarshall Clow2018-01-241-0/+1
* Implement P0463R1: 'Endian just Endian'. Reviewed as https://reviews.llvm.org...Marshall Clow2018-01-241-0/+47
* 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] P0604, invoke_result and is_invocableZhihao Yuan2017-12-126-281/+339
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-12-071-1/+1
* Implement P0550R2: Transformation Trait remove_cvrefMarshall Clow2017-11-131-0/+52
OpenPOWER on IntegriCloud