commit | 3fc633575398932d46647aa3174d54b1a51fd06c | [log] [tgz] |
---|---|---|
author | Devon Loehr <dloehr@google.com> | Thu Jul 17 20:25:54 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 17 20:25:54 2025 |
tree | e5541b181c3bb3bdc48b07bbc64e839a39c2c8a6 | |
parent | 9b728da2a63678e3b053b5e6ed1e6810a734fd25 [diff] |
Suppress clang's thread analysis in gemmlowp The recent libcxx roll increased the scope of this warning, so it now goes off more frequently if the flag is present. Gemmlowp doesn't have the annotations to support the analysis, so we get spurious warnings. Make sure that code including gemmlowp files doesn't pass the flag. Bug: 430317494 Change-Id: I34f99522290b4e79dd7a47100b2bf68d92c0ce06 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6766572 Commit-Queue: Mike Wittman <wittman@chromium.org> Auto-Submit: Devon Loehr <dloehr@google.com> Reviewed-by: Mike Wittman <wittman@chromium.org> Commit-Queue: Devon Loehr <dloehr@google.com> Cr-Commit-Position: refs/heads/main@{#1488497}
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.