summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Fix std::string::data() symbol during library build.Eric Fiselier2017-11-201-1/+1
* Attempt to fix template depth test failures on older Clang versionsEric Fiselier2017-11-191-0/+3
* Fix min/max usage in variantEric Fiselier2017-11-191-0/+5
* [libc++] Shrink variant's index type when possibleEric Fiselier2017-11-193-8/+103
* Fix nodiscard test when modules are enabledEric Fiselier2017-11-191-0/+1
* Mark free functions size/empty/data conditionally noexcept.Marshall Clow2017-11-161-4/+31
* More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in f...Marshall Clow2017-11-163-2/+32
* More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in m...Marshall Clow2017-11-162-4/+31
* More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in s...Marshall Clow2017-11-1510-420/+576
* [test] Alignment must be > __STDCPP_DEFAULT_NEW_ALIGNMENT__ to call aligned newCasey Carter2017-11-1510-10/+10
* Clean up the tests for free data(), size() and empty()Marshall Clow2017-11-153-24/+28
* Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...Billy Robert O'Neal III2017-11-1535-100/+104
* Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...Billy Robert O'Neal III2017-11-1558-74/+98
* First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...Marshall Clow2017-11-1528-17/+493
* Still more missing tests - this time for the unordered containersMarshall Clow2017-11-158-0/+432
* Named the macro wrong in the test.Marshall Clow2017-11-151-1/+1
* More missing tests - array<>::size() and array<>::max_size()Marshall Clow2017-11-152-0/+72
* Update Appveyor LLVM install link to be current and non-brokenEric Fiselier2017-11-151-1/+1
* Added tests for xxx.size() and xxx.empty() for all the sequence containersMarshall Clow2017-11-159-0/+478
* Add two new macros: _LIBCPP_NODISCARD_AFTER_CXX17 and _LIBCPP_CONSTEXPR_AFTER...Marshall Clow2017-11-143-0/+63
* Rename identifiers named `__output`Alexander Richardson2017-11-145-51/+54
* Another test for LWG2952Marshall Clow2017-11-141-0/+28
* Implement LWG2950: std::byte operations are misspecifiedMarshall Clow2017-11-143-16/+39
* Implement LWG2952: iterator_traits should work for pointers to cv TMarshall Clow2017-11-143-12/+30
* Put the status in the wrong columnMarshall Clow2017-11-131-1/+1
* Implement P0550R2: Transformation Trait remove_cvrefMarshall Clow2017-11-133-1/+67
* Two more papers from AlbuquerqueMarshall Clow2017-11-121-0/+2
* Updated C++2a status page with new features/defects approved in Albuquerque.Marshall Clow2017-11-121-0/+42
* 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
OpenPOWER on IntegriCloud