| commit | 44bc173ff77aab6ac109b94b8bcce780943493fb | [log] [tgz] |
|---|---|---|
| author | chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> | Thu Oct 03 17:48:52 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 03 17:48:52 2024 |
| tree | 273f588f5c18013d9b173bfa72194e1216eb09ea | |
| parent | e4dd0f2f3abb81d275ec0ecbbe3a33646ffd63eb [diff] |
Roll libc++ from e2d898ca22f1 to 100430be351e (29 revisions) https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/e2d898ca22f1..100430be351e 2024-10-03 ldionne.2@gmail.com [libc++] Correctly handle custom deleters in hardened unique_ptr<T[]> (#110685) 2024-10-03 ldionne.2@gmail.com [libc++] Stop trying to avoid exporting some typeinfo names (#110925) 2024-10-03 ldionne.2@gmail.com [libc++] Rename __range_adaptor_closure_t (#110886) 2024-10-03 bcain@quicinc.com [cmake] Add hexagon-linux cmake cache files (#98712) 2024-10-03 ldionne.2@gmail.com [libc++] Index from 0 in GDB pretty printers (#110881) 2024-10-03 ldionne.2@gmail.com [libc++] Remove test suite annotations for experimental stop_token (#110890) 2024-10-03 de34@live.cn [libc++] Re-apply LWG3870: Remove `voidify` (#110944) 2024-10-02 de34@live.cn [libc++] P2167R3: Improved Proposed Wording for LWG 2114 (#109102) 2024-10-02 nikolasklauser@berlin.de [libc++] Fix constant initialization of unique_ptr in C++17 and prior (#108956) 2024-10-02 nikolasklauser@berlin.de [libc++][NFC] Remove some boilerplate from <string> after #76756 (#108952) 2024-10-02 ldionne.2@gmail.com [libc++] Mark LWG3317 as complete in LLVM 16 (#110757) 2024-10-02 ldionne.2@gmail.com [libc++] Fix name of is_always_lock_free test which was never being run (#106077) 2024-10-02 sylvestre@debian.org Revert "[libc++][C++03] Copy the LLVM 19 headers (#108999)" 2024-10-01 nikolasklauser@berlin.de [libc++][C++03] Copy the LLVM 19 headers (#108999) 2024-10-01 ldionne.2@gmail.com [libc++][NFC] Improve the synopsis of <algorithm> 2024-10-01 sguelton@mozilla.com [libc++] Remove potential 0-sized array in __compressed_pair_padding (#109028) 2024-10-01 zibi@ca.ibm.com [libc++][z/OS] Fix shared_ptr control block test when aligned allocation is not available (#109693) 2024-10-01 ldionne.2@gmail.com [libc++] Run additional LLDB data formatters tests as part of libc++'s CI (#110570) 2024-10-01 ldionne.2@gmail.com [libc++] Avoid re-exporting a few specific symbols from libc++abi (#109054) 2024-10-01 michaelbuch12@gmail.com Revert "[libc++] LWG3870: Remove `voidify` (#110355)" (#110587) 2024-10-01 vitalybuka@google.com [libc++][string] Add regression test for sized new/delete bug (#110210) 2024-09-30 daltenty@ibm.com [libcxx][ios] initialize __fill_val_ in _FillHelper (#110279) 2024-09-30 ldionne.2@gmail.com [runtimes] Run backdeployment CI on Github hosted runners (#109984) 2024-09-30 ldionne.2@gmail.com [libc++][modules] Rewrite the modulemap to have fewer top-level modules (#110501) 2024-09-30 de34@live.cn [libc++][test] Cover move construction of allocators again (#110375) 2024-09-30 de34@live.cn [libc++] LWG3870: Remove `voidify` (#110355) 2024-09-30 ldionne.2@gmail.com [libc++abi][libunwind] Run c++abi and unwind tests against a fake install root (#110171) 2024-09-30 ldionne.2@gmail.com [libc++] Add an ABI setting to harden unique_ptr<T[]>::operator[] (#91798) 2024-09-30 ldionne.2@gmail.com [libc++][NFC] Rename fold.h to ranges_fold.h (#109696) 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://issues.skia.org/issues/new?component=1389291&template=1850622 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: I81a87d33bf08f07b5efa5124d441bfa32ce6ef95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5907979 Commit-Queue: Nico Weber <thakis@chromium.org> Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1363736}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.