core/odin: support field tags on bit_field fields

Fixes #4044
This commit is contained in:
Laytan Laats
2024-08-11 20:59:54 +02:00
parent 26fa3aca44
commit f0840ed24e
3 changed files with 25 additions and 3 deletions
+1
View File
@@ -861,6 +861,7 @@ Bit_Field_Field :: struct {
name: ^Expr,
type: ^Expr,
bit_size: ^Expr,
tag: tokenizer.Token,
comments: ^Comment_Group,
}