summaryrefslogtreecommitdiffstats
path: root/libcxx/test/utilities/meta/meta.trans
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2026-1280/+0
| | | | llvm-svn: 224658
* Tame a few enum size tests when using -fshort-enums on ARM.Jonathan Roelofs2014-08-152-2/+2
| | | | llvm-svn: 215769
* Make meta.trans.other/aligned_storage.pass.cpp pass on arm.Nico Weber2014-06-041-3/+11
| | | | | | | The maximum alignment on arm is 8, not 16 like on x86. Use alignof(max_align_t) to make the test work in both cases. llvm-svn: 210195
* [libc++] Teach is_integral, is_[un]signed and make_[un]signed about ↵Stephan Tolksdorf2014-03-262-0/+28
| | | | | | | | | | __[u]int128_t This commit also adds tests for std::numeric_limits<__[u]int128_t>. Reviewed in http://llvm-reviews.chandlerc.com/D2917 llvm-svn: 204849
* Fix for PR17606 - result_of (and INVOKE) works incorrectly for member ↵Marshall Clow2014-02-101-0/+18
| | | | | | function pointers with ref qualifiers. Also a drive-by fix for common_type in C++03 mode. Thanks to Michel Morin for the bug report and the proposed fix. llvm-svn: 201101
* Avoid using the name 'bzero' for an enumerator in global scope. <strings.h> ↵Richard Smith2013-10-212-2/+2
| | | | | | might declare this as a function. llvm-svn: 193066
* Fix LWG Issue 2141: common_type trait produces reference typesMarshall Clow2013-10-071-1/+15
| | | | llvm-svn: 192142
* Port make_[un]signed tests to platforms where sizeof(wchar_t) == 2.Howard Hinnant2013-07-112-4/+4
| | | | llvm-svn: 186136
* Patch for N3655 (Transformation type traits) with Howard's additionsMarshall Clow2013-07-0424-59/+302
| | | | llvm-svn: 185597
* Constrain __invoke functions more accurately. This fixes ↵Howard Hinnant2013-05-071-0/+7
| | | | | | http://llvm.org/bugs/show_bug.cgi?id=15861 . llvm-svn: 181377
* Somehow aligned_union got dropped through the cracks. This adds it. Did a ↵Howard Hinnant2013-04-222-6/+71
| | | | | | drive-by fix of alignment_of while I was in the neighborhood. llvm-svn: 180036
* Given that __underlying_type is now available in clang, implementAlexis Hunt2011-07-181-1/+15
| | | | | | std::underlying_type. llvm-svn: 135410
* Redesign of result_of to handle reference-qualified member functionsHoward Hinnant2011-05-161-0/+4
| | | | llvm-svn: 131407
* A much improved type_traits for C++0x. Not yet done: ↵Howard Hinnant2011-05-131-19/+0
| | | | | | is_trivially_constructible, is_trivially_assignable and underlying_type. llvm-svn: 131291
* placeholder testHoward Hinnant2011-01-251-0/+19
| | | | llvm-svn: 124193
* N3123Howard Hinnant2010-11-201-3/+3
| | | | llvm-svn: 119906
* license changeHoward Hinnant2010-11-1624-48/+48
| | | | llvm-svn: 119395
* Changed __config to react to all of clang's currently documented has_feature ↵Howard Hinnant2010-09-042-6/+6
| | | | | | flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. llvm-svn: 113086
* Fixing whitespace problemsHoward Hinnant2010-08-2224-24/+879
| | | | llvm-svn: 111767
* Updated by-chapter chart with weekly test results. Also did some ↵Howard Hinnant2010-08-181-1/+1
| | | | | | prototyping on result_of, but if-def'd out the prototyped part (which the LWG may or may not accept) llvm-svn: 111389
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1124-24/+24
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-1124-0/+24
llvm-svn: 103490
OpenPOWER on IntegriCloud