commit | 5a72cc4073f287a9baf6c69c9a65cd9f48207d20 | [log] [tgz] |
---|---|---|
author | Ali Hijazi <ahijazi@chromium.org> | Wed Apr 05 08:38:22 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 05 08:38:22 2023 |
tree | 33782b93c727177be65db3e4947a8fdc9985fa4d | |
parent | 8d419ff9fb2177f5162e9bc069096d8123e2d8c4 [diff] |
Fix logic bug in field matcher field_decl matcher should add all fields to the graph except the ones that match field_exclusions OR that are annotated with RAW_PTR_EXCLUSION (or both). `anyOf` should thus be used instead of `allOf`. Change-Id: I4be49a57b30752e5de0d620236510a8eb13275db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4401570 Commit-Queue: Ali Hijazi <ahijazi@chromium.org> Reviewed-by: Ćukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/main@{#1126444}
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.