commit | 260322d3e2f59cfe5db9ed3a51dac1d4d371b195 | [log] [tgz] |
---|---|---|
author | Jan Wilken Dörrie <jdoerrie@chromium.org> | Fri Dec 11 07:35:32 2020 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 11 07:35:32 2020 |
tree | c27f6f7dee32c3e59c7af62e81f575a8156a5740 | |
parent | 15d43aa6f53e40a44afffcec13db2d5bd1214b91 [diff] |
[clang-tidy] Remove PRESUBMIT check for NULL This change removes the PRESUBMIT check for NULL, since it is rendered obsolete by the modernize-use-nullptr clang-tidy checked introduced in r709137. The latter check produces less false positives, since it only runs on changed lines, rather than across changed files. Bug: None Change-Id: I0ee29c95e1e53a6f421377932a85edff1466b6b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584162 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#836027}
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.
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.