| commit | 0dd182c28caed0ce8eee36c25c1ef3d85dc592d0 | [log] [tgz] |
|---|---|---|
| author | Zequan Wu <zequanwu@google.com> | Thu Nov 14 02:12:41 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 14 02:12:41 2024 |
| tree | 14aba8a45bd2e8c7d8a9cda5772ab604f3fbd689 | |
| parent | 9e48ecd634ec79f854664e172f682db07e5e6907 [diff] |
Remove LIFETIME_BOUND on function that returns void. Upcoming clange change (https://github.com/llvm/llvm-project/pull/114203) makes clang to emit an error when [[lifetimebound]] attribute is applied on a function implicit object parameter while the function returns void. This instance found by https://source.chromium.org/search?q=(void%5C%20.*LIFETIME_BOUND). Bug: 378948410 Change-Id: Id6823fb5950f8bedff90a0ddc63ed9fe7bfa9a99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6021322 Commit-Queue: Nico Weber <thakis@chromium.org> Auto-Submit: Zequan Wu <zequanwu@google.com> Reviewed-by: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/main@{#1382755}
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.