[roll] Roll fuchsia [fidl][llcpp] Add fidl::IsResource<T> trait

This adds a trait to indicate whether a FIDL type is a resource type.
This is explicitly defined on generated compound types like structs,
tables, unions, requests and responses. It's based on the member type of
vectors, is always true for zx::handle style types, ClientEnd and
ServerEnd.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/592026
Original-Revision: 2ed22777f35209d86534a29f73a7c54ae73e5be2
GitOrigin-RevId: 0e5d9875e5fb92cf699d7a950553e4b9a83ca1b1
Change-Id: Iec5a39bdfdc8fdb811bff126e11020393b404818
1 file changed
tree: a1904fe63a40c221de86aba2e6939a71689a0bcc
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. test_durations
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.