summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-26Fix copy/paste bug in test where we were putting a '3' into a vector<bool>. NFC.Marshall Clow
2017-11-25Fix installation of cxxabi.h through libc++.Eric Fiselier
2017-11-23Update C++2a status and add Glen to CREDITS.TXT. Reviewed as https://reviews....Marshall Clow
2017-11-23Allow to set locale on Windows.Martin Storsjo
2017-11-23Add additional 'UNSUPPORTED' to the test case.Marshall Clow
2017-11-23Add [[nodiscard]] to std::async as part of P0600.Marshall Clow
2017-11-22[libcxx] Implement std::to_address for C++20Eric Fiselier
2017-11-22Implement p0137r1 - std::launder. Reviewed as https://reviews.llvm.org/D40144Marshall Clow
2017-11-22[libcxx][fixup] Mark std::basic_istream::getline tests as failing for previou...Volodymyr Sapsai
2017-11-22[libcxx] Make std::basic_istream::getline 0-terminate input array in case of ...Volodymyr Sapsai
2017-11-22Add another test_macros.h include I missed to tuple.by.type.pass.cppBilly Robert O'Neal III
2017-11-22Add some tests for operations on const associative containers. Part of LWG#2542Marshall Clow
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