summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Add _LIBCPP_INLINE_VISIBILITY to __compressed_pair_elem membersAlex Lorenz2017-11-091-6/+12
* [libcxx] Mark test cxa_deleted_virtual.pass.cpp as failing for previous libcx...Volodymyr Sapsai2017-11-081-0/+9
* Added include for <cassert>Marshall Clow2017-11-081-0/+1
* Teach test suite about C++2a dialect flag.Eric Fiselier2017-11-072-3/+4
* Change test suite to support c++17 dialect flag instead of c++1z.Eric Fiselier2017-11-075-7/+9
* Change a bunch of comments from C++1z to C++17. NFCMarshall Clow2017-11-0217-17/+17
* Mark tests as unsupported in C++98 as wellRoger Ferrer Ibanez2017-11-022-2/+2
* Mark Endian as 'in progress'Marshall Clow2017-11-021-1/+1
* Revert "[libc++] Don't alias quick_exit if __ANDROID_API__ < 21"Dan Albert2017-11-011-5/+1
* [libc++] Don't alias quick_exit if __ANDROID_API__ < 21Dan Albert2017-11-011-1/+5
* More statuses, a new patch, tooMarshall Clow2017-11-011-11/+11
* Update the synopsis to match the P/R of 2945. No code changes.Marshall Clow2017-11-011-6/+6
* Fix broken links; update more issues.Marshall Clow2017-10-311-35/+35
* Add a fail test for aligned_union of an incomplete type. See LWG#2979. NFCMarshall Clow2017-10-311-0/+23
* Add more fuzzing bits: partial_sort_copy, partition_copy, unique, unique_copy...Marshall Clow2017-10-307-18/+360
* Implement LWG 3013 - some filesystem members should not be noexcept.Eric Fiselier2017-10-307-32/+43
* Fix PR35078 - recursive directory iterator's increment method throws incorrec...Eric Fiselier2017-10-302-9/+274
* Mark test as unsupported on C++98/03, since it uses move_iteratorMarshall Clow2017-10-301-0/+2
* Fix PR#35119 : set_union misbehaves with move_iterators. Thanks to Denis Yaro...Marshall Clow2017-10-302-1/+45
* Initial triageMarshall Clow2017-10-291-16/+16
* Update status of 2950Marshall Clow2017-10-291-4/+4
* Issues to be voted on in ABQMarshall Clow2017-10-291-31/+50
* Mark string_view's constructor from (ptr,len) as noexcept (an extension). Upd...Marshall Clow2017-10-245-4/+16
* Mark string_view literals as 'noexcept'. Fixes PR#25054. Thanks to Pavel K fo...Marshall Clow2017-10-242-8/+14
* More fuzzing interfacesMarshall Clow2017-10-233-20/+145
* Fix misguided error message in debug mode. No functional change. Fixes PR#34966Marshall Clow2017-10-231-1/+1
* Fix an unsigned integer overflow in regex that lead to a bad memory access. F...Marshall Clow2017-10-192-5/+12
* Fix UB - signed integer overflow in regex. Thanks to Tim Shen for the patch. ...Marshall Clow2017-10-192-0/+42
* Fix a think-o in the design of the stable_XXX sort tests; only shows up for t...Marshall Clow2017-10-181-2/+2
* Fix regex bug with ^\W. Thanks to Tim Shen for the patch. Reviewed as https:/...Marshall Clow2017-10-182-12/+47
* Refactor std::list node allocation logic.Eric Fiselier2017-10-171-33/+23
* fix shadowing warnings in new tests, try 2Eric Fiselier2017-10-171-2/+2
* fix shadowing warnings in new testsEric Fiselier2017-10-171-3/+3
* Refactor _LIBCPP_<LITTLE|BIG>_ENDIANEric Fiselier2017-10-172-35/+22
* [libc++] Fix PR34898 - vector iterator constructors and assign method perform...Eric Fiselier2017-10-1712-74/+795
* Fix last_write_time.pass.cpp to work with clang-3.9 and earlierRoman Lebedev2017-10-151-0/+2
* Really do make sure that last_write_time.pass.cpp still works with old clangRoman Lebedev2017-10-151-2/+6
* Silence clang's -Wtautological-constant-compare in last_write_time.pass.cppRoman Lebedev2017-10-151-0/+22
* Placate unused variable warnings uncovered by improvements to clang's -Wunuse...Benjamin Kramer2017-10-1421-0/+28
* More fuzzing infastructre - regexMarshall Clow2017-10-128-3/+287
* Mark test as a long-testRoger Ferrer Ibanez2017-10-121-0/+2
* Remove unneeded typename from testRoger Ferrer Ibanez2017-10-102-2/+2
* [libc++] Support Microsoft ABI without vcruntime headersShoaib Meenai2017-10-0912-27/+137
* [libc++] Clarify names of ABI forcing macrosShoaib Meenai2017-10-053-9/+15
* [libc++] Move cache variable definition. NFCShoaib Meenai2017-10-041-1/+1
* [libc++] Allow users to explicitly specify ABIShoaib Meenai2017-10-043-5/+19
* Fix accidental assignment inside test assertsEric Fiselier2017-10-042-2/+2
* [libc++] Add site config option for ABI macrosShoaib Meenai2017-10-044-1/+23
* Initial cut at infastructure for fuzzing support for OSS-fuzzMarshall Clow2017-10-048-0/+483
* Add C++17 explicit deduction guides to std::pair.Eric Fiselier2017-10-044-4/+90
OpenPOWER on IntegriCloud