llvm_tools: more fixes for file_warning_exemption_bugs

- PARENT=foo is invalid; we need to use PARENT+= instead.
- Filing bugs as `--format=markdown` is much prettier.
- I reworded a bit to vary the flow and tone to something less...
  droning.
- Checkboxes are spelled ` - [ ]`, not `[ ]`.
- Bash one-liner at the end needs to iterate over `*.bugged` and
  `followup-bug` if it exists; just use `*` since the dir should only
  ever have bugged reports in it

BUG=b:403315166, b:424453041
TEST=Created a few bugs and messed with them.

Change-Id: I04383abf6c26744f30b976f64af1a4468378342d
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/6634759
Reviewed-by: Jordan Abrahams-Whitehead <ajordanr@google.com>
Tested-by: George Burgess <gbiv@chromium.org>
Commit-Queue: George Burgess <gbiv@chromium.org>
2 files changed
tree: 663748c7e1608f346f65447a837396b27524c3b4
  1. afdo_metadata/
  2. afdo_redaction/
  3. afdo_tools/
  4. bot_tools/
  5. compiler_wrapper/
  6. contrib/
  7. cros_utils/
  8. cwp/
  9. llvm_extra/
  10. llvm_patches/
  11. llvm_tools/
  12. pgo_tools/
  13. pgo_tools_rust/
  14. py/
  15. rust-analyzer-chromiumos-wrapper/
  16. rust_tools/
  17. seccomp_tools/
  18. toolchain_utils_githooks/
  19. upstream_workon/
  20. .gitignore
  21. android_merge_from_upstream.sh
  22. auto_abandon_cls.py
  23. check_portable_toolchains.py
  24. compiler-test.sh
  25. DIR_METADATA
  26. LICENSE
  27. OWNERS
  28. OWNERS.toolchain
  29. ping_automatic_cls.py
  30. PRESUBMIT.cfg
  31. pyrightconfig.json
  32. pyrun
  33. python_wrapper.py
  34. README.chromium
  35. README.md
  36. run_python_tests.sh
  37. run_tests_for.py
  38. run_weekly_job.py
README.md

toolchain-utils

Various utilities used by the ChromeOS toolchain team.

Note

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.