Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Roll libc++ from e136ec5032a5 to 3cf0fe444584 (60 revisions)
https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/e136ec5032a5..3cf0fe444584 2023-03-08 nikolasklauser@berlin.de Revert "[ASan][libcxx] Annotating std::vector with all allocators" 2023-03-08 nikolasklauser@berlin.de [libc++] Add clang-tidy check for version checks 2023-03-08 varconst@apple.com [libc++][ranges][NFC] Fix incorrect static asserts in `almost_satisfies_types.h` 2023-03-07 koraq@xs4all.nl [libc++] Fixes transitive includes. 2023-03-07 koraq@xs4all.nl [libc++] Addresses LWG3358 2023-03-07 koraq@xs4all.nl [libc++][format] Addresses LWG3839. 2023-03-07 koraq@xs4all.nl [libc++][format] Addresses LWG3881. 2023-03-07 koraq@xs4all.nl [libc++] Fixes basic_string operator& hijacking. 2023-03-07 koraq@xs4all.nl [libc++][format] Fixes invalid usage of m type. 2023-03-07 koraq@xs4all.nl [libc++][format] Fix floating point formatting. 2023-03-07 nikolasklauser@berlin.de [libc++] Fix ranges::binary_search() returning true for cases where the element is not in the range 2023-03-07 ldionne.2@gmail.com [libc++] Extract std::fprintf into a function for use within the test suite 2023-03-06 nilayvaish@google.com Checked that complexity of std::sort_heap is 2N log(N) comparisons 2023-03-06 ldionne.2@gmail.com [libc++] Add support for .compile.pass.mm and .link.pass.mm tests 2023-03-06 zingam@outlook.com [libc++][spaceship][NFC] Marked `operator<=>` for `move_iterator` and `counted_iterator` as implemented 2023-03-05 nikolasklauser@berlin.de [libc++] Update supported system versions 2023-03-05 nikolasklauser@berlin.de [libc++][NFC] Add consteval to ranges::__get_wider_signed::__call 2023-03-04 koraq@xs4all.nl Revert "[CMake] Bumps minimum version to 3.20.0." 2023-03-04 koraq@xs4all.nl [libc++][format] Fixes formatting vector<bool> 2023-03-04 koraq@xs4all.nl [libc++][format] Addresses LWG3833. 2023-03-04 koraq@xs4all.nl [libc++] Addresses LWG3103. 2023-03-04 koraq@xs4all.nl [CMake] Bumps minimum version to 3.20.0. 2023-03-03 zingam@outlook.com [libc++][spaceship] Implement `operator<=>` for `forward_list` 2023-03-03 zingam@outlook.com [libc++][spaceship] Implement `operator<=>` for `deque` 2023-03-03 david.spickett@linaro.org Revert "[libcxx] Temporarily skip Arm configs" 2023-03-03 david.spickett@linaro.org [libcxx] Temporarily skip Arm configs 2023-03-03 varconst@apple.com [libc++] Temporarily not use compiler intrinsics for some type traits in Objective-C++ mode. 2023-03-02 emaste@FreeBSD.org [libc++][chrono] XFAIL hh_mm_ss formatter test on FreeBSD 2023-03-02 ldionne.2@gmail.com [libc++][NFC] Reformat aligned_storage specialization macro 2023-03-02 ldionne.2@gmail.com [libc++][NFC] Fix typo in documentation 2023-03-02 ldionne.2@gmail.com [libc++] Reintroduce workaround for stdint re-export on Darwin 2023-03-02 ldionne.2@gmail.com [libc++] Use ASSERT_SAME_TYPE instead of <type_traits> in depr tests 2023-03-02 shivam.kunwar@kdab.com [libcxx][NFC] Added a note about the P2520R0 2023-03-02 emaste@FreeBSD.org [libc++] [FreeBSD] correct 64-bit test 2023-03-01 kib@freebsd.org [libc++] [FreeBSD] only use _umtx_op(2) on 64bit arches 2023-03-01 ldionne.2@gmail.com [libc++] Use generic-cxx20 instead of apple-cxx20 on Apple CI 2023-03-01 ldionne.2@gmail.com [libc++][NFC] Remove trailing whitespace on line and clang-format 2023-03-01 ldionne.2@gmail.com [libc++] Refactor the std/depr C headers tests 2023-03-01 ldionne.2@gmail.com [libc++][NFC] Move test to .compile.pass.cpp since it doesn't run anything 2023-03-01 shivam.kunwar@kdab.com [libc++] implement move_iterator<T*> should be a random access iterator \n Differntial Revision- https://reviews.llvm.org/D135248 2023-03-01 arthur.j.odwyer@gmail.com [libc++] Fix modules issues on OS X 2023-03-01 vvereschaka@accesssoftek.com Fix failed libcxx test build on the Windows to Linux cross builders. NFC. 2023-02-28 nikolasklauser@berlin.de [libc++] Run clang-tidy in all configurations that are run in the Docker container 2023-02-28 koraq@xs4all.nl [libc++] Addresses LWG3782. 2023-02-28 arthur.j.odwyer@gmail.com [libc++] Refactor allocator_mismatch.compile.fail.cpp -> .verify.cpp 2023-02-28 avogelsgesang@salesforce.com [libc++][spaceship] Implement `operator<=>` for `list` 2023-02-27 arthur.j.odwyer@gmail.com [libc++] Fix "size_t" constants that should be "bool" or "int", and add tests 2023-02-27 nikolasklauser@berlin.de [libc++][NFC] Format __split_buffer and move constructors that are marked inline into the class body 2023-02-27 nikolasklauser@berlin.de [libc++] Simplify the modules_include.sh.cpp script a bit 2023-02-27 koraq@xs4all.nl [libc++] Improves clang-format settings. 2023-02-27 koraq@xs4all.nl [libc++] Fixes operator& hijacking atomic types. 2023-02-27 fsb4000@yandex.ru [libc++][ranges] Implement LWG-3860 range_common_reference_t is missing 2023-02-26 koraq@xs4all.nl [libc++] Improves clang-tidy configuration. 2023-02-25 nikolasklauser@berlin.de [libc++] Add FTM for views::as_rvalue 2023-02-25 fsb4000@yandex.ru [libc++] Implement LWG-3204: `sub_match::swap` only swaps the base class 2023-02-25 Casey@Carter.net [libc++][test] Silence MSVC deprecation warnings 2023-02-24 koraq@xs4all.nl [libc++][test] Use the Japanese test. 2023-02-24 nikolasklauser@berlin.de [libc++] Remove <experimental/{algorithm,functional}> 2023-02-23 nikolasklauser@berlin.de [libc++] Run modules_include.sh.cpp compiles in parallel 2023-02-23 advenam.tacet@trailofbits.com [ASan][libcxx] Annotating std::vector with all allocators If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/libcxx-chromium Please CC hans@chromium.org,thakis@chromium.org on the revert to ensure that a human is aware of the problem. To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Tbr: hans@chromium.org,thakis@chromium.org Change-Id: Iee1618ffb46b205e864f3e2572f5307b402ea765 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4319766 Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1114588}
- Loading branch information