summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-15Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...Billy Robert O'Neal III
2017-11-15First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...Marshall Clow
2017-11-15Still more missing tests - this time for the unordered containersMarshall Clow
2017-11-15Named the macro wrong in the test.Marshall Clow
2017-11-15More missing tests - array<>::size() and array<>::max_size()Marshall Clow
2017-11-15Update Appveyor LLVM install link to be current and non-brokenEric Fiselier
2017-11-15Added tests for xxx.size() and xxx.empty() for all the sequence containersMarshall Clow
2017-11-14Add two new macros: _LIBCPP_NODISCARD_AFTER_CXX17 and _LIBCPP_CONSTEXPR_AFTER...Marshall Clow
2017-11-14Rename identifiers named `__output`Alexander Richardson
2017-11-14Another test for LWG2952Marshall Clow
2017-11-14Implement LWG2950: std::byte operations are misspecifiedMarshall Clow
2017-11-14Implement LWG2952: iterator_traits should work for pointers to cv TMarshall Clow
2017-11-13Put the status in the wrong columnMarshall Clow
2017-11-13Implement P0550R2: Transformation Trait remove_cvrefMarshall Clow
2017-11-12Two more papers from AlbuquerqueMarshall Clow
2017-11-12Updated C++2a status page with new features/defects approved in Albuquerque.Marshall Clow
2017-11-09Add _LIBCPP_INLINE_VISIBILITY to __compressed_pair_elem membersAlex Lorenz
2017-11-08[libcxx] Mark test cxa_deleted_virtual.pass.cpp as failing for previous libcx...Volodymyr Sapsai
2017-11-08Added include for <cassert>Marshall Clow
2017-11-07Teach test suite about C++2a dialect flag.Eric Fiselier
2017-11-07Change test suite to support c++17 dialect flag instead of c++1z.Eric Fiselier
2017-11-02Change a bunch of comments from C++1z to C++17. NFCMarshall Clow
2017-11-02Mark tests as unsupported in C++98 as wellRoger Ferrer Ibanez
2017-11-02Mark Endian as 'in progress'Marshall Clow
2017-11-01Revert "[libc++] Don't alias quick_exit if __ANDROID_API__ < 21"Dan Albert
2017-11-01[libc++] Don't alias quick_exit if __ANDROID_API__ < 21Dan Albert
2017-11-01More statuses, a new patch, tooMarshall Clow
2017-11-01Update the synopsis to match the P/R of 2945. No code changes.Marshall Clow
2017-10-31Fix broken links; update more issues.Marshall Clow
2017-10-31Add a fail test for aligned_union of an incomplete type. See LWG#2979. NFCMarshall Clow
2017-10-30Add more fuzzing bits: partial_sort_copy, partition_copy, unique, unique_copy...Marshall Clow
2017-10-30Implement LWG 3013 - some filesystem members should not be noexcept.Eric Fiselier
2017-10-30Fix PR35078 - recursive directory iterator's increment method throws incorrec...Eric Fiselier
2017-10-30Mark test as unsupported on C++98/03, since it uses move_iteratorMarshall Clow
2017-10-30Fix PR#35119 : set_union misbehaves with move_iterators. Thanks to Denis Yaro...Marshall Clow
2017-10-29Initial triageMarshall Clow
2017-10-29Update status of 2950Marshall Clow
2017-10-29Issues to be voted on in ABQMarshall Clow
2017-10-24Mark string_view's constructor from (ptr,len) as noexcept (an extension). Upd...Marshall Clow
2017-10-24Mark string_view literals as 'noexcept'. Fixes PR#25054. Thanks to Pavel K fo...Marshall Clow
2017-10-23More fuzzing interfacesMarshall Clow
2017-10-23Fix misguided error message in debug mode. No functional change. Fixes PR#34966Marshall Clow
2017-10-19Fix an unsigned integer overflow in regex that lead to a bad memory access. F...Marshall Clow
2017-10-19Fix UB - signed integer overflow in regex. Thanks to Tim Shen for the patch. ...Marshall Clow
2017-10-18Fix a think-o in the design of the stable_XXX sort tests; only shows up for t...Marshall Clow
2017-10-18Fix regex bug with ^\W. Thanks to Tim Shen for the patch. Reviewed as https:/...Marshall Clow
2017-10-17Refactor std::list node allocation logic.Eric Fiselier
2017-10-17fix shadowing warnings in new tests, try 2Eric Fiselier
2017-10-17fix shadowing warnings in new testsEric Fiselier
2017-10-17Refactor _LIBCPP_<LITTLE|BIG>_ENDIANEric Fiselier