| commit | 25e67eba6e52159d723e52493da7bcc8e47e359f | [log] [tgz] |
|---|---|---|
| author | George Burgess IV <gbiv@google.com> | Wed Sep 20 09:45:24 2023 -0600 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 21 19:14:08 2023 +0000 |
| tree | 9bfeb1520feb240e638404a6172a0378e460d638 | |
| parent | 0b0c58f78d3e220e5d77aa57895d6f8f0109eac5 [diff] |
check_clang_diags: fix lints; reformat messaging; change cc These messages are hard to test for as-written, just use textwrap.dedent. Also stop cc'ing cjdb on these. BUG=b:301256174 TEST=Unittests Change-Id: Id51cec84ecd18ba1846605b585c138c6fcff3e6c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/4877572 Tested-by: George Burgess <gbiv@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Reviewed-by: Jordan Abrahams-Whitehead <ajordanr@google.com>
toolchain-utilsVarious utilities used by the ChromeOS toolchain team.
To run Python scripts in this directory, first run:
export PYTHONPATH=$(readlink -f .):$PYTHONPATH
from this directory.
Then you can run any script.
To get help on any script, type in python <script> --help, or refer to the header of the script for more information.