summaryrefslogtreecommitdiffstats
path: root/libcxx/test
Commit message (Expand)AuthorAgeFilesLines
* Always use the allocator to construct/destruct elements of a deque/vector. Fi...Marshall Clow2016-07-113-0/+99
* Allow is_swappable to SFINAE on deleted/ambiguous swap functionsEric Fiselier2016-07-111-0/+21
* Fix typo in #ifdef; leave tests commented out b/c gcc 4.8 harks on them.Marshall Clow2016-07-081-2/+2
* Revert r274605 due to bot failure: http://lab.llvm.org:8080/green/job/clang-s...Manman Ren2016-07-061-7/+7
* Fix typo in #ifdef, and re-enable tests now that the green-dragon bots are no...Marshall Clow2016-07-061-7/+7
* Handle std::get<T>(...) for std::tuple<>Eric Fiselier2016-07-021-0/+3
* Rewrite std::get<Type>(...) helper using constexpr functions.Eric Fiselier2016-07-025-92/+35
* Cleanup SFINAE in tuple, and add tests for reference assignmentEric Fiselier2016-07-022-0/+31
* Make tuple_constructible and family lazy again.Eric Fiselier2016-07-021-0/+102
* Turn off ASAN's odr-violation diagnostics for now. See PR28391Eric Fiselier2016-07-011-0/+3
* Flatten the tuple_element and __make_tuple_types implementations.Eric Fiselier2016-07-011-0/+34
* Fix static assert problem on gcc; remove XFAILs that I put in in r274250Marshall Clow2016-06-306-12/+0
* Fix C++03 build.Eric Fiselier2016-06-305-1/+16
* Implement LWG#2688: 'clamp misses preconditions and has extraneous condition ...Marshall Clow2016-06-302-4/+135
* Temporarily XFAIL the incomplete type tests for GCC while I figure out why ad...Marshall Clow2016-06-306-0/+12
* Implement LWG#2684: 'priority_queue lacking comparator typedef'. We already d...Marshall Clow2016-06-301-0/+4
* Implement LWG#2596: 'vector::data() should use addressof'Marshall Clow2016-06-302-3/+41
* Implement LWG#2441: 'Exact-width atomic typedefs should be provided'Marshall Clow2016-06-303-0/+51
* Implement LWG#2436: 'Comparators for associative containers should always be ...Marshall Clow2016-06-3012-0/+348
* Make futures.overview enum tests more portable. Patch from STL@microsoft.comEric Fiselier2016-06-302-9/+16
* Make std::array typedef tests more portable.Eric Fiselier2016-06-301-4/+25
* Fix ::reference typedef in insert iterators.Eric Fiselier2016-06-303-6/+6
* Make instreambuf.iterator/types.pass.cpp more portable.Eric Fiselier2016-06-301-6/+12
* Fix use of terse static assert. Patch from STL@microsoft.comEric Fiselier2016-06-301-1/+1
* Fix unary_function inheritance assumption. Patch from STL@microsoft.comEric Fiselier2016-06-301-2/+2
* Fix unreferenced parameter warning. Patch from STL@microsoft.comEric Fiselier2016-06-301-1/+1
* Avoid applying unary minus to unsigned integers. Patch from STL@microsoft.comEric Fiselier2016-06-302-8/+8
* [libcxx] Fix a bug in strstreambuf::overflow.Akira Hatanaka2016-06-291-0/+32
* Fix UB in uses_alloc_types.hppEric Fiselier2016-06-271-2/+2
* Implement P0163r0. Add shared_ptr::weak_type.Eric Fiselier2016-06-272-1/+7
* Implement p0337r0. Delete operator= for polymorphic_allocator.Eric Fiselier2016-06-272-13/+13
* Implement P0358r1. Fixes for not_fn.Eric Fiselier2016-06-271-28/+69
* Fix C++03 failure in enable_shared_from_this testEric Fiselier2016-06-271-1/+2
* Fix PR27115 - enable_shared_from_this does not work as a virtual base class.Eric Fiselier2016-06-261-0/+16
* Fix C++03 buildEric Fiselier2016-06-262-0/+6
* Fix PR28079 - std::wstring_convert move constructor broken.Eric Fiselier2016-06-262-0/+60
* Implement LWG 2488 - Make the placeholders constexpr.Eric Fiselier2016-06-261-0/+28
* Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...Eric Fiselier2016-06-2615-27/+42
* Work around MSVC bug in atomics.types.generic/address.pass.cpp test. Patch fr...Eric Fiselier2016-06-261-1/+1
* Use L"cat" L"dog" when concatenating string literals. Patch from STL@microsof...Eric Fiselier2016-06-261-8/+8
* Add array bounds assertions to satisfy MSVC's /analyze flag. Patch from STL@m...Eric Fiselier2016-06-263-0/+11
* Add [[noreturn]] attribute to throw_bad_alloc_helper().Eric Fiselier2016-06-262-3/+8
* Avoid narrowing conversions in quoted test. Patch from STL@microsoft.comEric Fiselier2016-06-261-6/+6
* Run list debug copy test in C++03.Eric Fiselier2016-06-221-3/+2
* Finish converting list _LIBCPP_DEBUG tests.Eric Fiselier2016-06-2212-118/+206
* Cleanup _LIBCPP_DEBUG tests in std::list. More to come.Eric Fiselier2016-06-2214-246/+122
* Disable ccache usage for .fail.cpp tests. It causes bugs.Eric Fiselier2016-06-222-10/+19
* Placate MSVC's unchecked malloc warning in thread tests.Eric Fiselier2016-06-221-1/+3
* Use correct Clang feature names. I got them wrong in the previous commitEric Fiselier2016-06-221-2/+2
* Support old GCC exception and rtti detection macrosEric Fiselier2016-06-221-2/+4
OpenPOWER on IntegriCloud