mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
Add field tags to bit_field
This commit is contained in:
@@ -655,6 +655,7 @@ AST_KIND(_DeclEnd, "", bool) \
|
||||
Ast * name; \
|
||||
Ast * type; \
|
||||
Ast * bit_size; \
|
||||
Token tag; \
|
||||
CommentGroup *docs; \
|
||||
CommentGroup *comment; \
|
||||
}) \
|
||||
|
||||
Reference in New Issue
Block a user