[roll] Roll fuchsia [fidl][fix] Add SourceElement::NodeKind

This gives each `SourceElement` a kind, similar to what we do for
`flat::Element`. While not super necessary now, this will become useful
once we start "signing" `SourceElement`s to compare them for equality.
This will have two benefits: we will be able to match elements from two
raw ASTs sourced from the same `SourceFile` to one another, and will be
able to match flat AST elements to their source in the raw AST.

Test: fx test fidlc-test
Original-Bug: 114357
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/764794
Original-Revision: 5ff59905f35a8e75cefed9d9b537fe5a8e915e7a
GitOrigin-RevId: e6505eca23140588d4a4288ebf8bdc18b779ed25
Change-Id: I3000ac95e7a3c7a3d03013e7994b6782cc170170
1 file changed
tree: d776d3305970bbdd2f33fdcf4f651e2bbcfaa167
  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.