commit | 54d7f8d1d8a4ea8219ee3cbe0433e1daf2bbf247 | [log] [tgz] |
---|---|---|
author | Peter Boström <pbos@chromium.org> | Wed Nov 27 23:03:11 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 27 23:03:11 2024 |
tree | 4edfac396c54c60da97eae1f500605b7316d731f | |
parent | cf6329c256d85aa57d1ff2d9211872e68f574e7d [diff] |
Clean up compile-time unreachable code These instances are either CHECK(0), CHECK(NO) or some other instances that generate dead-code warnings when CHECK failures are understood as [[noreturn]]. Bug: 40122554 Change-Id: Ibdf969b3edf9e65896160865f70853586b6473f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6051583 Commit-Queue: Peter Boström <pbos@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Owners-Override: Lei Zhang <thestig@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1389098}
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.