Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 26 | -1280/+0 |
| | | | | llvm-svn: 224658 | ||||
* | Tame a few enum size tests when using -fshort-enums on ARM. | Jonathan Roelofs | 2014-08-15 | 2 | -2/+2 |
| | | | | llvm-svn: 215769 | ||||
* | Make meta.trans.other/aligned_storage.pass.cpp pass on arm. | Nico Weber | 2014-06-04 | 1 | -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 Tolksdorf | 2014-03-26 | 2 | -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 Clow | 2014-02-10 | 1 | -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 Smith | 2013-10-21 | 2 | -2/+2 |
| | | | | | | might declare this as a function. llvm-svn: 193066 | ||||
* | Fix LWG Issue 2141: common_type trait produces reference types | Marshall Clow | 2013-10-07 | 1 | -1/+15 |
| | | | | llvm-svn: 192142 | ||||
* | Port make_[un]signed tests to platforms where sizeof(wchar_t) == 2. | Howard Hinnant | 2013-07-11 | 2 | -4/+4 |
| | | | | llvm-svn: 186136 | ||||
* | Patch for N3655 (Transformation type traits) with Howard's additions | Marshall Clow | 2013-07-04 | 24 | -59/+302 |
| | | | | llvm-svn: 185597 | ||||
* | Constrain __invoke functions more accurately. This fixes ↵ | Howard Hinnant | 2013-05-07 | 1 | -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 Hinnant | 2013-04-22 | 2 | -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, implement | Alexis Hunt | 2011-07-18 | 1 | -1/+15 |
| | | | | | | std::underlying_type. llvm-svn: 135410 | ||||
* | Redesign of result_of to handle reference-qualified member functions | Howard Hinnant | 2011-05-16 | 1 | -0/+4 |
| | | | | llvm-svn: 131407 | ||||
* | A much improved type_traits for C++0x. Not yet done: ↵ | Howard Hinnant | 2011-05-13 | 1 | -19/+0 |
| | | | | | | is_trivially_constructible, is_trivially_assignable and underlying_type. llvm-svn: 131291 | ||||
* | placeholder test | Howard Hinnant | 2011-01-25 | 1 | -0/+19 |
| | | | | llvm-svn: 124193 | ||||
* | N3123 | Howard Hinnant | 2010-11-20 | 1 | -3/+3 |
| | | | | llvm-svn: 119906 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 24 | -48/+48 |
| | | | | llvm-svn: 119395 | ||||
* | Changed __config to react to all of clang's currently documented has_feature ↵ | Howard Hinnant | 2010-09-04 | 2 | -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 problems | Howard Hinnant | 2010-08-22 | 24 | -24/+879 |
| | | | | llvm-svn: 111767 | ||||
* | Updated by-chapter chart with weekly test results. Also did some ↵ | Howard Hinnant | 2010-08-18 | 1 | -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 Hinnant | 2010-05-11 | 24 | -24/+24 |
| | | | | llvm-svn: 103516 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 24 | -0/+24 |
llvm-svn: 103490 |