summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/meta
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] [test] Fix valarray UB and MSVC warnings.Stephan T. Lavavej2019-12-121-1/+8
* [libc++] Cleanup and enable multiple warnings.Eric Fiselier2019-12-122-0/+7
* [libc++] Add test and remove workaround for PR13592Louis Dionne2019-10-301-3/+9
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-232-2/+2
* [libc++][NFC] Remove excess trailing newlines from most filesCasey Carter2019-10-231-1/+0
* [libcxx][test][NFC] Fix comment typos.Stephan T. Lavavej2019-10-222-2/+2
* P1152R4: Fix deprecation warnings in libc++ testsuite and in uses of is_invoc...Richard Smith2019-10-191-0/+5
* [libc++][test] Miscellaneous MSVC cleanupsCasey Carter2019-10-091-1/+3
* [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
* [libc++] Precise XFAIL for AppleClang 11Louis Dionne2019-08-201-1/+1
* [libc++] Add XFAIL for is_base_of test on AppleClang 11Louis Dionne2019-08-191-2/+2
* Implement most of P1612R1: Relocate endian. Moves the std::endian functional...Marshall Clow2019-07-231-48/+0
* 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
OpenPOWER on IntegriCloud