[roll] Roll fuchsia [audio][test] VirtualAudio clang-tidy
Address clang-tidy warnings in the virtual-audio driver
and tests.
These include usage of anonymous namespaces, adoption of
'contains' (instead of 'find() == end()'), avoiding nested
usage of conditional ('?' and ':') operators, explicit
casting to preserve numerical precision, clarification of
operator precedence, and the removal of redundant or
unnecessary member initializers, 'std::move' operations
and parameter copies.
This may _marginally_ improve performance for builds and
run-time execution.
Also, consistently apply final commas in brace-grouped
sets, for readability.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1550664
Original-Revision: 4700cd669c37df1bd63bca20f95eba9a7d0006b6
GitOrigin-RevId: 526599e785fe3a9ea20bc4b2a66fde444bafdcb8
Change-Id: I3430204d599b56e9114b5ce15cf0bef058b432de
This repository contains Fuchsia's Global Integration manifest files.
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 in one of the communication channels documented at get involved.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.