[roll] Roll fuchsia [zxio] Modify style

- Avoid auto when possible
- Use zx::status::is_error instead of !is_ok
- Use switch (fidl::WireResponse::Which()) instead of is_err
- Sprinkle const around
- Various other clang-tidy appeasements

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/647541
Original-Revision: dd0f5eb5a74bc001c7ef808319428d9df44db2d7
GitOrigin-RevId: a0a0c4d56d07c208a5372bb592606ee67df90a7f
Change-Id: I3177178c49d105fe8177b212f0237be2e1ef43bd
1 file changed
tree: b3756e54d8c4e57016dc8cbca3ba152cb93f917f
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.