commit | c7fd69ce4f91b2c1e588ca8d691239875af38e6d | [log] [tgz] |
---|---|---|
author | Alex Zaslavsky <azaslavsky@fuchsia.infra.roller.google.com> | Tue Dec 06 17:05:53 2022 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Dec 06 09:07:04 2022 -0800 |
tree | d776d3305970bbdd2f33fdcf4f651e2bbcfaa167 | |
parent | 5754c68d6d9b4da3c1c6b68a32931f34f8ef1e74 [diff] |
[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
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 via the IRC channel #fuchsia
on Freenode.
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
.