Commit Graph

  • dd2a900c0b [libcxx] [test] Fix MSVC warnings, null pointer deref. Stephan T. Lavavej 2017-12-13 00:51:27 +0000
  • e445521637 [libcxx] P0604, invoke_result and is_invocable Zhihao Yuan 2017-12-12 18:42:04 +0000
  • 5f7683b2d2 workaround PR 28385 in __find_exactly_one_checked Casey Carter 2017-12-12 17:22:24 +0000
  • 4a3242f1dc [libcxx] Define istream_iterator equality comparison operators out-of-line Roger Ferrer Ibanez 2017-12-11 13:54:58 +0000
  • a75f2f1e3c [libc++] Unbreak Apple buildbots Shoaib Meenai 2017-12-08 21:50:32 +0000
  • 8148a70b20 [libcxx] [test] Strip trailing whitespace. NFC. Stephan T. Lavavej 2017-12-07 00:50:23 +0000
  • cd9466e36f [libc++] Create install-stripped targets Shoaib Meenai 2017-12-06 21:03:42 +0000
  • c945ad4df0 Enable auto-linking on Windows Saleem Abdulrasool 2017-12-05 19:32:49 +0000
  • 54b78ffabb [libcxx] Fix intrinsics for MSVC Shoaib Meenai 2017-12-05 17:46:23 +0000
  • ab7cb215b0 Mark a couple of internal routines as 'noexcept' Marshall Clow 2017-12-05 15:56:26 +0000
  • df68ebc39b Land D28253 which fixes PR28929 (which we mistakenly marked as fixed before) Marshall Clow 2017-12-05 04:09:49 +0000
  • f7d0fecf34 Add issue 2587, which was missed Marshall Clow 2017-12-05 03:51:16 +0000
  • 94ab5eb370 Commit tests for changes in revision 319710 Marshall Clow 2017-12-04 23:04:53 +0000
  • 8f6293b39e Implement more of P0600: '[[nodiscard]] in the library' for C++2a Marshall Clow 2017-12-04 23:03:42 +0000
  • cd64646026 Ooops. I checked in a test for a bug I haven't fixed yet. Temporrarily commented it out. Marshall Clow 2017-12-04 20:46:38 +0000
  • 46b4ad5400 Implement P0457R2: 'String Prefix and Suffix Checking' for c++2a Marshall Clow 2017-12-04 20:11:38 +0000
  • aeded2bf6e Fix PR#35948: generate_n does not accept floating point Size arguments. Marshall Clow 2017-12-04 18:59:14 +0000
  • 3156e63e7e [libcxx] Set up .arcconfig to point to new Diffusion CXX repository Ben Hamilton 2017-12-04 17:55:28 +0000
  • 9627e9b9f4 Corrected a typo in the building libc++ docs Hamza Sood 2017-12-03 10:18:35 +0000
  • 4861f6dfdd [libcxx] Support getentropy as a source of randomness for std::random_device Petr Hosek 2017-12-01 06:34:33 +0000
  • aec189a8d1 Include AddLLVM needed for tests in the right context Petr Hosek 2017-12-01 03:16:50 +0000
  • 06f2e0050f Fix problems with r'890 when building on machines where sizeof(size_t) != sizeof(unsigned long long) and C++03 Marshall Clow 2017-11-27 22:27:22 +0000
  • 3a968efeeb Revert commit removing allocator support from packaged_task. Will investigate further Marshall Clow 2017-11-27 20:47:54 +0000
  • 14ff89947c Implement LWG#2921 and LWG#2976 - removing allocator support from packaged_task. Marshall Clow 2017-11-27 19:43:28 +0000
  • 21edec7dee Fix PR#35438 - bitset constructor does not zero unused bits Marshall Clow 2017-11-27 19:03:30 +0000
  • 0f25cd9e35 Fix failure on C++03 bots Marshall Clow 2017-11-27 16:17:19 +0000
  • b25029437e Implement LWG#2948: unique_ptr does not define operator<< for stream output Marshall Clow 2017-11-27 15:51:36 +0000
  • c72032be60 More of P0600; marking allocation routines as [[nodiscard]] Marshall Clow 2017-11-26 02:55:38 +0000
  • e29f3f1fa5 Fix copy/paste bug in test where we were putting a '3' into a vector<bool>. NFC. Marshall Clow 2017-11-26 00:39:59 +0000
  • 4746c1ee00 Fix installation of cxxabi.h through libc++. Eric Fiselier 2017-11-25 23:39:17 +0000
  • 0140bb8196 Update C++2a status and add Glen to CREDITS.TXT. Reviewed as https://reviews.llvm.org/D40379 Marshall Clow 2017-11-23 14:50:56 +0000
  • 9de8659223 Allow to set locale on Windows. Martin Storsjo 2017-11-23 10:38:18 +0000
  • 389f90f5d7 Add additional 'UNSUPPORTED' to the test case. Marshall Clow 2017-11-23 05:43:25 +0000
  • 70c7bbd04f Add [[nodiscard]] to std::async as part of P0600. Marshall Clow 2017-11-23 01:25:03 +0000
  • 18a2685809 [libcxx] Implement std::to_address for C++20 Eric Fiselier 2017-11-22 19:49:21 +0000
  • aa0e236289 Implement p0137r1 - std::launder. Reviewed as https://reviews.llvm.org/D40144 Marshall Clow 2017-11-22 19:49:03 +0000
  • bd858589df [libcxx][fixup] Mark std::basic_istream::getline tests as failing for previous libcxx versions. Volodymyr Sapsai 2017-11-22 19:36:54 +0000
  • 2744cdf509 [libcxx] Make std::basic_istream::getline 0-terminate input array in case of error. Volodymyr Sapsai 2017-11-22 18:52:36 +0000
  • 598ae4fa2e Merging r315994: release_50 Tom Stellard 2017-11-22 15:06:35 +0000
  • 1496b0e710 Merging r312892: Tom Stellard 2017-11-22 14:45:26 +0000
  • f27631034a Add another test_macros.h include I missed to tuple.by.type.pass.cpp Billy Robert O'Neal III 2017-11-22 12:29:17 +0000
  • 67e20f21d4 Add some tests for operations on const associative containers. Part of LWG#2542 Marshall Clow 2017-11-22 06:02:27 +0000
  • 9af08238a7 Replace assert(true) in tests with actual asserts. Reviewed as https://reviews.llvm.org/D40324 Billy Robert O'Neal III 2017-11-21 23:03:02 +0000
  • abba9f214b Remove a broken win32 locale function redirection Martin Storsjo 2017-11-21 22:41:15 +0000
  • 37332d7724 Add missing test_macros.h inclusion. Billy Robert O'Neal III 2017-11-21 22:16:57 +0000
  • 7e250fcdc1 Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 Billy Robert O'Neal III 2017-11-21 21:37:26 +0000
  • 10bebe2053 Fix std::string::data() symbol during library build. Eric Fiselier 2017-11-20 20:23:27 +0000
  • 7228160964 Attempt to fix template depth test failures on older Clang versions Eric Fiselier 2017-11-19 09:46:34 +0000
  • d316c2b7fc Fix min/max usage in variant Eric Fiselier 2017-11-19 04:57:22 +0000
  • e7f8cd476d [libc++] Shrink variant's index type when possible Eric Fiselier 2017-11-19 04:19:44 +0000
  • 115071a08e Fix nodiscard test when modules are enabled Eric Fiselier 2017-11-19 03:50:35 +0000
  • 4bf7f4c1e8 Mark free functions size/empty/data conditionally noexcept. Marshall Clow 2017-11-16 17:55:41 +0000
  • bc6989bcbd More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in filesystem::path Marshall Clow 2017-11-16 05:48:32 +0000
  • 79f3f9dbed More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in match_results. <regex> Marshall Clow 2017-11-16 04:48:34 +0000
  • f1729d90b3 More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in string, string_view, and the free function std::empty(). Removed tabs from <string_view>, which is why the diff is so big. Marshall Clow 2017-11-15 20:02:27 +0000
  • 3fdfbbfe34 [test] Alignment must be > __STDCPP_DEFAULT_NEW_ALIGNMENT__ to call aligned new Casey Carter 2017-11-15 19:14:45 +0000
  • 37b5a6b495 Clean up the tests for free data(), size() and empty() Marshall Clow 2017-11-15 17:47:09 +0000
  • b981667776 Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm.org/D39080 Billy Robert O'Neal III 2017-11-15 07:45:07 +0000
  • 9ae62c79cc Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.llvm.org/D39033 Billy Robert O'Neal III 2017-11-15 07:40:37 +0000
  • 88626bf496 First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty()' methods of all the containers as nodiscard. If you're calling empty() w/o looking at the result, you probably meanto to call 'clear()'. c++2a only Marshall Clow 2017-11-15 05:51:26 +0000
  • 2645a49a67 Still more missing tests - this time for the unordered containers Marshall Clow 2017-11-15 05:25:36 +0000
  • 0b07da7c85 Named the macro wrong in the test. Marshall Clow 2017-11-15 03:08:39 +0000
  • 4f009913df More missing tests - array<>::size() and array<>::max_size() Marshall Clow 2017-11-15 02:31:14 +0000
  • 6f8459857e Update Appveyor LLVM install link to be current and non-broken Eric Fiselier 2017-11-15 01:37:11 +0000
  • a17cd7c641 Added tests for xxx.size() and xxx.empty() for all the sequence containers Marshall Clow 2017-11-15 01:33:33 +0000
  • 290625979a Merging r313776: Tom Stellard 2017-11-15 00:21:20 +0000
  • c9f5f10562 Add two new macros: _LIBCPP_NODISCARD_AFTER_CXX17 and _LIBCPP_CONSTEXPR_AFTER_CXX17, along with a way to turn off the NODISCARD one: _LIBCPP_DISABLE_NODISCARD_AFTER_CXX17. No one is using these yet, but we will be ... soon Marshall Clow 2017-11-14 22:26:50 +0000
  • e208d0895a Rename identifiers named `__output` Alexander Richardson 2017-11-14 11:14:25 +0000
  • 8437dbd021 Another test for LWG2952 Marshall Clow 2017-11-14 01:18:36 +0000
  • 52728778fa Implement LWG2950: std::byte operations are misspecified Marshall Clow 2017-11-14 01:14:53 +0000
  • e1cfe7a7f6 Implement LWG2952: iterator_traits should work for pointers to cv T Marshall Clow 2017-11-14 00:03:10 +0000
  • 396abfea0e Merging r312693: Tom Stellard 2017-11-13 21:27:53 +0000
  • 928f2866ec Put the status in the wrong column Marshall Clow 2017-11-13 04:15:39 +0000
  • edd7e051d4 Implement P0550R2: Transformation Trait remove_cvref Marshall Clow 2017-11-13 03:59:22 +0000
  • 7513814cb6 Two more papers from Albuquerque Marshall Clow 2017-11-12 18:52:16 +0000
  • 55eda5dfcc Updated C++2a status page with new features/defects approved in Albuquerque. Marshall Clow 2017-11-12 18:48:42 +0000
  • b4a34c08ac Add _LIBCPP_INLINE_VISIBILITY to __compressed_pair_elem members Alex Lorenz 2017-11-09 17:54:49 +0000
  • eada02443a [libcxx] Mark test cxa_deleted_virtual.pass.cpp as failing for previous libcxx versions. Volodymyr Sapsai 2017-11-08 22:30:29 +0000
  • 56a3f4a9d1 Added include for <cassert> Marshall Clow 2017-11-08 20:25:47 +0000
  • 7e73ea873f Teach test suite about C++2a dialect flag. Eric Fiselier 2017-11-07 20:26:23 +0000
  • 6efb1c19a7 Change test suite to support c++17 dialect flag instead of c++1z. Eric Fiselier 2017-11-07 20:20:58 +0000
  • 2e390822e5 Change a bunch of comments from C++1z to C++17. NFC Marshall Clow 2017-11-02 15:03:25 +0000
  • 79078a328e Mark tests as unsupported in C++98 as well Roger Ferrer Ibanez 2017-11-02 15:01:43 +0000
  • e3853bfecd Mark Endian as 'in progress' Marshall Clow 2017-11-02 14:53:08 +0000
  • c3f25abd63 Revert "[libc++] Don't alias quick_exit if __ANDROID_API__ < 21" Dan Albert 2017-11-01 23:43:07 +0000
  • f56f1bba1a [libc++] Don't alias quick_exit if __ANDROID_API__ < 21 Dan Albert 2017-11-01 21:17:56 +0000
  • d422c95317 More statuses, a new patch, too Marshall Clow 2017-11-01 04:03:35 +0000
  • 9a675c6dae Update the synopsis to match the P/R of 2945. No code changes. Marshall Clow 2017-11-01 01:27:25 +0000
  • 67371161a0 Fix broken links; update more issues. Marshall Clow 2017-10-31 00:19:47 +0000
  • c6934a38d5 Add a fail test for aligned_union of an incomplete type. See LWG#2979. NFC Marshall Clow 2017-10-31 00:05:17 +0000
  • 772a6d4185 Add more fuzzing bits: partial_sort_copy, partition_copy, unique, unique_copy. No functional change to libc++; this is all test infastructure Marshall Clow 2017-10-30 19:51:58 +0000
  • a4c272d82f Implement LWG 3013 - some filesystem members should not be noexcept. Eric Fiselier 2017-10-30 18:59:59 +0000
  • fba9cd8c9e Fix PR35078 - recursive directory iterator's increment method throws incorrectly. Eric Fiselier 2017-10-30 18:43:21 +0000
  • 3b8f03d964 Mark test as unsupported on C++98/03, since it uses move_iterator Marshall Clow 2017-10-30 16:07:59 +0000
  • c3fa9655a4 Fix PR#35119 : set_union misbehaves with move_iterators. Thanks to Denis Yaroshevskiy for both the bug report and the fix. Marshall Clow 2017-10-30 15:50:00 +0000
  • 9bc42cf1d7 Initial triage Marshall Clow 2017-10-29 21:57:58 +0000
  • a12eafc284 Update status of 2950 Marshall Clow 2017-10-29 21:43:30 +0000
  • 23d0bd265d Issues to be voted on in ABQ Marshall Clow 2017-10-29 19:02:00 +0000
  • 76929f6825 Mark string_view's constructor from (ptr,len) as noexcept (an extension). Update the tests to check this (and other noexcept bits Marshall Clow 2017-10-24 16:30:06 +0000
  • 66db4e4fdd Mark string_view literals as 'noexcept'. Fixes PR#25054. Thanks to Pavel K for the bug report. Marshall Clow 2017-10-24 14:06:00 +0000