mirror of
https://github.com/ziglang/zig.git
synced 2026-01-27 09:45:27 +00:00
* AstGen: use Ast.zig helper methods to avoid copy pasting token counting logic
- take advantage of the `first_doc_comment` field we already have for
param AST nodes
* Add missing ZIR docs