summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-21Replace assert(true) in tests with actual asserts. Reviewed as https://review...Billy Robert O'Neal III
2017-11-21Remove a broken win32 locale function redirectionMartin Storsjo
2017-11-21Add missing test_macros.h inclusion.Billy Robert O'Neal III
2017-11-21Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III
2017-11-20Fix std::string::data() symbol during library build.Eric Fiselier
2017-11-19Attempt to fix template depth test failures on older Clang versionsEric Fiselier
2017-11-19Fix min/max usage in variantEric Fiselier
2017-11-19[libc++] Shrink variant's index type when possibleEric Fiselier
2017-11-19Fix nodiscard test when modules are enabledEric Fiselier
2017-11-16Mark free functions size/empty/data conditionally noexcept.Marshall Clow
2017-11-16More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in f...Marshall Clow
2017-11-16More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in m...Marshall Clow
2017-11-15More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in s...Marshall Clow
2017-11-15[test] Alignment must be > __STDCPP_DEFAULT_NEW_ALIGNMENT__ to call aligned newCasey Carter
2017-11-15Clean up the tests for free data(), size() and empty()Marshall Clow
2017-11-15Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...Billy Robert O'Neal III
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