summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/meta
Commit message (Expand)AuthorAgeFilesLines
* 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