[roll] Roll fuchsia [fidlc] Converge dual syntax AST nodes

This CL removes the raw and flat AST nodes that had one variant
for each syntax (e.g. attributes, type constructors) and merges
them back into a single node, removing the old syntax code paths
(e.g. compiling the old style type constructors) in the process.

Test: fx ninja -C out/default host_x64/fidl-compiler &&
./out/default/host_x64/fidl-compiler

Original-Bug: 70247
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/575203
Original-Revision: c6910d01ed18c07b479cd6c429b23de7b0c25f46
GitOrigin-RevId: a039d9086735fa2143e406a586fbd8b042c3ca19
Change-Id: Ib15bd747047438c2c06551af71cf907128621d9f
1 file changed
tree: f935a83b547a071310385f649521dbb6903ecf80
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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.