mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-30 09:54:45 +00:00
Add field tags to bit_field
This commit is contained in:
@@ -286,6 +286,7 @@ struct TypeProc {
|
||||
Scope * scope; \
|
||||
Type * backing_type; \
|
||||
Slice<Entity *> fields; \
|
||||
String * tags; /*count == fields.count*/ \
|
||||
Slice<u8> bit_sizes; \
|
||||
Slice<i64> bit_offsets; \
|
||||
Ast * node; \
|
||||
|
||||
Reference in New Issue
Block a user