summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/meta
Commit message (Expand)AuthorAgeFilesLines
* Added tests to make sure that the categorization traits work on incomplete typesMarshall Clow2016-02-2529-15/+127
* These new tests fail on the green-dragon bots, which use an old Apple compiler.Marshall Clow2016-02-231-8/+10
* Add tests for LWG#2560. No code changes, just testsMarshall Clow2016-02-231-0/+9
* Fix PR26103 - Error calling is_convertible with incomplete type. Patch from M...Eric Fiselier2016-01-261-0/+8
* Implement LWG#2101 'Some transformation types can produce impossible types' ...Marshall Clow2016-01-215-13/+114
* Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traitsEric Fiselier2016-01-206-2/+14
* Fix various GCC mis-configurations for newer versions.Eric Fiselier2015-12-151-5/+4
* K-Ballo pointed out a mistake in the add_lvalue_ref tests I checked in; now m...Marshall Clow2015-12-141-7/+7
* Add add_lvalue_ref tests for a few function types, with a note why not moreMarshall Clow2015-12-141-0/+36
* Fix bugs in alignment_of_v, etc. Re-enable the newly added testsMarshall Clow2015-11-303-16/+16
* Temporarily disable new tests while I figure out what's going onMarshall Clow2015-11-303-19/+19
* Fix bad macrosMarshall Clow2015-11-301-1/+1
* Fix bad macros in testsMarshall Clow2015-11-303-5/+5
* Implement more of P0006; Type Traits Variable Templates.Marshall Clow2015-11-306-2/+68
* Implement P0013R1: Logical Operator Type Traits. Make a hidden implementation...Marshall Clow2015-11-163-0/+171
* Walter pointed out some missing includes in the tests. Fixing the includes un...Marshall Clow2015-11-1059-31/+85
* More of P0006R0: type traits variable aliases for C++17.Marshall Clow2015-11-0726-5/+234
* Improve the tests for 'is_literal_type'Marshall Clow2015-11-011-18/+62
* Implement the first part of P0006R0: Adopt Type Traits Variable Templates for...Marshall Clow2015-11-0134-0/+2198
* make common_type SFINAE-friendly and support void. Patch from Agustin Berge.Eric Fiselier2015-09-081-4/+54
* Suppress clang warnings in some testsEric Fiselier2015-08-301-0/+8
* [libcxx] Get is_*_destructible tests passing in C++03.Eric Fiselier2015-07-183-38/+73
* Cleanup result_of tests and fix issues with the C++03 result_of.Eric Fiselier2015-06-132-61/+306
* Refactor is_member_function_pointer to use is_function and not __member_funct...Eric Fiselier2015-06-131-13/+47
* Add support for N4389 - std::bool_constantMarshall Clow2015-05-181-0/+32
* Qualify an internal call in is_assignable to prevent ADL lookup, which would ...Marshall Clow2015-04-141-0/+6
* [libcxx] Fix PR22771 - Support access control SFINAE in the library version o...Eric Fiselier2015-03-301-0/+6
* Add tests for library version of is_convertibleEric Fiselier2015-03-261-0/+18
* [libc++] Fix PR20084 - std::is_function<void() const> failed.Eric Fiselier2015-02-181-13/+49
* Get tests running with warnings. Fix warnings in headers and testsEric Fiselier2015-02-054-9/+4
* Removed some tabs that snuck into the test suite. No functionality changeMarshall Clow2015-01-282-14/+14
* Move test into test/std subdirectory.Eric Fiselier2014-12-20105-0/+6008
OpenPOWER on IntegriCloud