tree: 461b7bf7d67386803aa9ebcc114eb6e887484036 [path history] [tgz]
  1. compiler/
  2. formatter/
  3. goldens/
  4. include/
  5. lib/
  6. linter/
  7. testdata/
  8. tests/
  9. BUILD.gn
  10. diagnostics_schema.json
  11. gen-json-schema.sh
  12. OWNERS
  13. README.md
  14. schema.json
tools/fidl/fidlc/README.md

fidlc

Refer to the compiler reference page for documentation.

Goldens

The fidlc goldens are the result of running fidlc on the test libraries in //tools/fidl/fidlc/testdata (see README.md there). In particular, we store golden files for the JSON IR and coding tables.

To regenerate, run fx regen-goldens fidlc.

To test, run fx test fidlc_golden_tests.