commit | efca412acccc383cfdfafb8637660e92820da190 | [log] [tgz] |
---|---|---|
author | Avi Drissman <[email protected]> | Wed Jan 05 23:59:36 2022 |
committer | Chromium LUCI CQ <[email protected]> | Wed Jan 05 23:59:36 2022 |
tree | b22ab79359b587d0f1a5b7cf432c333bf985e0cb | |
parent | 818ff9d9510c6db1961c44838bcb6f8e33b56a3a [diff] |
Allow C++17's nested namespaces This updates the style guide, adds a clang-tidy rule to help, and applies the clang-tidy rule to the base/mac files. Bug: none Change-Id: Ie0cdf3e08adc6204e6c225d3843d69b1a081cbe9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3359337 Reviewed-by: danakj chromium <[email protected]> Reviewed-by: Peter Kasting <[email protected]> Commit-Queue: Avi Drissman <[email protected]> Cr-Commit-Position: refs/heads/main@{#955950}
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.