Skip to content

Commit

Permalink
Roll libc++ from e136ec5032a5 to 3cf0fe444584 (60 revisions)
Browse files Browse the repository at this point in the history
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
chromium-autoroll authored and Chromium LUCI CQ committed Mar 8, 2023
1 parent bbd023d commit da0a22b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ vars = {

# If you change this, also update the libc++ revision in
# //buildtools/deps_revisions.gni.
'libcxx_revision': 'e136ec5032a5e5d97e988ce66e8c269a80ff54c4',
'libcxx_revision': '3cf0fe4445843426d7c51eca9daad9ae0c2ff77d',

# GN CIPD package version.
'gn_version': 'git_revision:fe330c0ae1ec29db30b6f830e50771a335e071fb',
Expand Down
2 changes: 1 addition & 1 deletion buildtools/deps_revisions.gni
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
declare_args() {
# Used to cause full rebuilds on libc++ rolls. This should be kept in sync
# with the libcxx_revision vars in //DEPS.
libcxx_revision = "e136ec5032a5e5d97e988ce66e8c269a80ff54c4"
libcxx_revision = "3cf0fe4445843426d7c51eca9daad9ae0c2ff77d"
}

0 comments on commit da0a22b

Please sign in to comment.