commit | c0a4105509673f0a3bb1ffb51f37923bbd14558d | [log] [tgz] |
---|---|---|
author | Peter Kasting <pkasting@chromium.org> | Fri Nov 04 22:13:54 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 04 22:13:54 2022 |
tree | 703df8e9f4b74f8bd15869e902883e59b487c29b | |
parent | 99e2f46a530375e9332a4af3833046408fd9b89b [diff] |
Run clang-tidy -fix on ui/views/. The only manual change here was to add NOLINT on a private passkey constructor that clang-tidy thought should be =deleted (which would break the compile). All other changes are what clang-tidy and git cl format autogenerated. This does not make ui/views/ clang-tidy-clean, but it reduces the size of the tool's .json output by about 90%. Bug: none Change-Id: I527678b41764afbe15d5b9855ac4368b2ac3adad AX-Relnotes: n/a. Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4005460 Commit-Queue: Robert Liao <robliao@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/main@{#1067720}
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.