commit | d40bcc9f7c8a6b75c68de6f91046f6fc42a9e531 | [log] [tgz] |
---|---|---|
author | Claudio DeSouza <cdesouza@chromium.org> | Tue Jul 15 19:08:49 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 15 19:08:49 2025 |
tree | aff660d93670a85fbb583559d94d6d1a89402b40 | |
parent | 7e8723bcc32551fc7055ff83b914ed64e223b795 [diff] |
[exit-time-destructors] Exclude target with warnings This CL is part of number of CLs disabling `-Wexit-time-destructors`in places where this warning is going off. This will allow having this warning enabled-by-default across the codebase, whilst documenting the places where corrections for this warning are necessary. This change exclude targets under: - chrome/browser/ash/policy/reporting/metrics_reporting R=vshenvi@google.com Bug: 40031409, 430332953 Change-Id: I8bf62b1030e3ef7d08e64f27f0e0e697cb5166cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6737678 Auto-Submit: Claudio DeSouza <cdesouza@chromium.org> Commit-Queue: Vignesh Shenvi <vshenvi@google.com> Reviewed-by: Vignesh Shenvi <vshenvi@google.com> Cr-Commit-Position: refs/heads/main@{#1487138}
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.