summaryrefslogtreecommitdiffstats
path: root/libcxx/test/utilities/meta
Commit message (Expand)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-20105-6008/+0
* Move the optional tests into test/experimental. They were put into test/utili...Marshall Clow2014-12-091-0/+6
* Fix a warning in the test; no functionality changeMarshall Clow2014-11-171-1/+1
* Implement void_t from N3911. Add a private version for use in the library bef...Marshall Clow2014-11-171-0/+69
* Fix rvalue bug in __has_operator_addressofEric Fiselier2014-11-051-1/+14
* Fix operator & detection trait to check for free function overloads as wellEric Fiselier2014-11-051-0/+5
* Whitespace maintenance. Remove a bunch of tabs that snuck in. No functionalit...Marshall Clow2014-10-182-2/+2
* Fix for PR 19616: 'tuple_cat of nested tuples fails in noexcept specification...Marshall Clow2014-10-071-1/+14
* Fix some type-traits (is_assignable, etc) dealing with classes that take non-...Marshall Clow2014-09-225-0/+32
* Fix PR#20834 - 'is_trivially_destructible yeilds wrong answer for arrays of u...Marshall Clow2014-09-0213-21/+20
* Add extra test case for PR20345. Should have been commited with r215984Eric Fiselier2014-08-191-0/+76
* Fix is_member_function_pointer does not account for ellipsis. PR20345. Patch ...Eric Fiselier2014-08-191-0/+24
* Tame a few enum size tests when using -fshort-enums on ARM.Jonathan Roelofs2014-08-152-2/+2
* Correctly implement LWG 2049; std::is_destructible.Marshall Clow2014-07-164-13/+75
* Make meta.trans.other/aligned_storage.pass.cpp pass on arm.Nico Weber2014-06-041-3/+11
* Fix a problem exposed by r208825, which caused bind (and other bits of libc++...Marshall Clow2014-05-291-0/+23
* Fixed a test that was attempting to use rvalue-references w/o checking to see...Marshall Clow2014-04-171-1/+4
* [libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int1...Stephan Tolksdorf2014-03-266-0/+46
* Mark is_final as a C++14 feature.Marshall Clow2014-03-051-1/+1
* Implement LWG #2212: std::is_final. This requires compiler support, which mod...Marshall Clow2014-03-051-0/+53
* Fix for PR17606 - result_of (and INVOKE) works incorrectly for member functio...Marshall Clow2014-02-101-0/+18
* Fix erroneous test; was failing on darwin-ppc32. Fixes PR18469.Marshall Clow2014-01-181-0/+4
* Avoid using the name 'bzero' for an enumerator in global scope. <strings.h> m...Richard Smith2013-10-212-2/+2
* Fix LWG Issue 2141: common_type trait produces reference typesMarshall Clow2013-10-072-3/+17
* LWG Issue 2247: Implement type trait 'is_null_pointer'Marshall Clow2013-10-0514-0/+91
* Implement N3672, optional<T>.Howard Hinnant2013-09-022-0/+67
* is_destructible for function types was mistakenly returning true instead of f...Howard Hinnant2013-08-301-0/+3
* Add a check for arrays of unknown bounds to is_destructible. This fixes http...Howard Hinnant2013-08-091-0/+2
* A few fixes to tests for Windows port.Howard Hinnant2013-07-151-2/+3
* Port make_[un]signed tests to platforms where sizeof(wchar_t) == 2.Howard Hinnant2013-07-112-4/+4
* War on tabs.Howard Hinnant2013-07-082-9/+9
* Implement n3545 for c++14Marshall Clow2013-07-081-0/+5
* Patch for N3655 (Transformation type traits) with Howard's additionsMarshall Clow2013-07-0448-591/+963
* Constrain __invoke functions more accurately. This fixes http://llvm.org/bug...Howard Hinnant2013-05-071-0/+7
* Somehow aligned_union got dropped through the cracks. This adds it. Did a d...Howard Hinnant2013-04-223-8/+73
* Richard Smith: It was pointed out to me off-list that libc++'s non-compiler-b...Howard Hinnant2013-04-021-0/+6
* Hook up to the new clang __is_trivially_constructible and __is_trivially_assi...Howard Hinnant2012-02-242-11/+19
* Given that __underlying_type is now available in clang, implementAlexis Hunt2011-07-181-1/+15
* noexcept for <memory>. I've added a few extension noexcept to: allocator_tr...Howard Hinnant2011-05-281-1/+1
* Redesign of result_of to handle reference-qualified member functionsHoward Hinnant2011-05-161-0/+4
* A much improved type_traits for C++0x. Not yet done: is_trivially_constructi...Howard Hinnant2011-05-1317-48/+79
* minor corrections to test, and hook is_base_of up to clang intrinsicHoward Hinnant2011-01-282-5/+2
* placeholder testHoward Hinnant2011-01-251-0/+19
* Eliminate the C++0x-only is_convertible testing function that acceptsDouglas Gregor2011-01-251-0/+15
* Update testsuite strucuture to latest draftHoward Hinnant2010-11-233-0/+0
* N3123Howard Hinnant2010-11-201-3/+3
* N3142. Many of these traits are just placeholders with medium quality emulat...Howard Hinnant2010-11-1938-723/+1235
* license changeHoward Hinnant2010-11-1692-184/+184
* Hooked the following up to clang: is_class, is_enum, has_nothrow_copy_assign...Howard Hinnant2010-09-081-1/+32
* has_nothrow_copy_assign hooked up to clangHoward Hinnant2010-09-081-30/+18
OpenPOWER on IntegriCloud