[roll] Roll fuchsia [fidl][fix] Add layout kind to raw layout members

Prior to this change, there was an odd inconsistency between raw::Layout
and raw::LayoutMember: the former new what "kind" of layout it belonged
to (bits, struct, table, etc), but the latter did not. This change fixes
the issue by piping this information through to raw::LayoutMember as
well.

This is useful for the transformer because it seems more likely that
users will want to perform transform operations on a single layout kind
(ex: "make all unions spelled like...") than on all of them. By piping
this information through, we can create per member matchers
(`OnTableMember()`) rather than more general `OnLayoutMember` matchers.

Test: fx test fidlc-test
Original-Bug: 114357
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/764882
Original-Revision: 9736914841a0a7d8bcf34c5a1ef359ac03d9a366
GitOrigin-RevId: e3b38f25fb64e7f33a2adb8051903b534b091070
Change-Id: I16128294ccfeae5509b032191b8c27837efd24d1
1 file changed
tree: 3a5484cfc3b4c8c3e3ad0fbdc4978d86252c3553
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.