commit | 65f01a531512c18e681790e329f52f840b219a34 | [log] [tgz] |
---|---|---|
author | Arthur Eubanks <aeubanks@google.com> | Fri May 13 15:57:50 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 13 15:57:50 2022 |
tree | 1674fb90378ce5a9e8dbe63607c568b3c8f3f710 | |
parent | c213f4f7f2473e6f03135f1d713108210f333ecd [diff] |
Reland "[clang] Turn on opaque pointers" This is a reland of commit fbbfd50e212cfda0101edb8a8008fede3bfd8986 The miscompile causing crbug/1323581 has been fixed and the fix has been rolled in. Original change's description: > [clang] Turn on opaque pointers > > To match upstream. > > Bug: 1316298 > Change-Id: I3586b422328cb4f7ac90bb229184caaf8490b835 > Binary-Size: 27461 bytes is just above the threshold, upstream will remove this flag soon and this gives us slightly faster compiles (size increase likely due to more ThinLTO function importing due to fewer instructions in functions) > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3625204 > Reviewed-by: Nico Weber <thakis@chromium.org> > Commit-Queue: Arthur Eubanks <aeubanks@google.com> > Cr-Commit-Position: refs/heads/main@{#999583} Bug: 1316298, 1323581 Change-Id: I8a0943979d94df2e44abd48f1bf981b1a01f348a Binary-Size: 27k bytes is just above the threshold, upstream will remove this flag soon and this gives us slightly faster compiles (size increase likely due to more ThinLTO function importing due to fewer instructions in functions) Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3646948 Reviewed-by: Hans Wennborg <hans@chromium.org> Commit-Queue: Arthur Eubanks <aeubanks@google.com> Reviewed-by: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/main@{#1003139}
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.