summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-231-1/+1
* 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
* Implement P0340R3: Make 'underlying_type' SFINAE-friendly. Reviewed as https:...Marshall Clow2019-06-212-20/+106
* Enable aligned_union in C++03Eric Fiselier2019-06-211-2/+0
* Support overaligned types in `aligned_storage`.Eric Fiselier2019-04-301-0/+8
* 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-2810-59/+56
* Support tests in freestandingJF Bastien2019-02-0414-14/+42
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1914-56/+42
* Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier2019-01-161-6/+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
* Implement P0887: The identity metafunctionMarshall Clow2018-08-021-0/+40
* [test] two small cleanups:Casey Carter2018-07-091-3/+2
* 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] P0604, invoke_result and is_invocableZhihao Yuan2017-12-122-6/+52
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-12-071-1/+1
* Implement P0550R2: Transformation Trait remove_cvrefMarshall Clow2017-11-131-0/+52
* Add a fail test for aligned_union of an incomplete type. See LWG#2979. NFCMarshall Clow2017-10-311-0/+23
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-291-4/+4
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities libraryEric Fiselier2017-04-191-2/+2
* Fix a C++03 failureMarshall Clow2017-04-111-3/+3
* Remove some trigraphs that GCC was complaining aboutMarshall Clow2017-04-111-2/+2
* Fix PR#32605: common_type<T> is not SFINAE-friendlyMarshall Clow2017-04-101-1/+5
* Fix PR#32606: std::decay mishandles abominable function typesMarshall Clow2017-04-101-0/+6
* Implement P0548: 'common_type and duration' This involves a subtle change in ...Marshall Clow2017-03-211-0/+21
* [libcxx] [test] Avoid MSVC's non-Standard ABI in underlying_type.pass.cpp.Stephan T. Lavavej2017-02-051-9/+17
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 3/3.Stephan T. Lavavej2017-02-051-2/+0
* Implement P0435R1 - Resolving LWG issues for common_typeEric Fiselier2016-12-271-10/+183
* Fix PR31481 - 3+ parameter common_type isn't SFINAE friendlyEric Fiselier2016-12-271-5/+17
* [libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej2016-11-231-2/+2
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-044-12/+20
* Work around MSVC's non-standard ABI for enums. Patch from STL@microsoft.comEric Fiselier2016-07-251-5/+10
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-142-3/+5
* [libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake2016-05-281-4/+1
* Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.Eric Fiselier2016-04-202-0/+11
* Implement LWG issue 2219 - support reference_wrapper in INVOKEEric Fiselier2016-04-182-10/+135
* Walter pointed out some missing includes in the tests. Fixing the includes un...Marshall Clow2015-11-101-21/+23
* make common_type SFINAE-friendly and support void. Patch from Agustin Berge.Eric Fiselier2015-09-081-4/+54
* Cleanup result_of tests and fix issues with the C++03 result_of.Eric Fiselier2015-06-132-61/+306
* Get tests running with warnings. Fix warnings in headers and testsEric Fiselier2015-02-051-5/+2
* Move test into test/std subdirectory.Eric Fiselier2014-12-2010-0/+601
OpenPOWER on IntegriCloud