- $member.get supports bitstructs.

- $member.set for setting members without the *& trick.
- io::struct_to_format now supports bitstructs.
This commit is contained in:
Christoffer Lerno
2025-06-29 01:19:00 +02:00
parent 5246ef83e7
commit 9285dfefad
13 changed files with 317 additions and 25 deletions

View File

@@ -6983,6 +6983,7 @@ void llvm_emit_expr(GenContext *c, BEValue *value, Expr *expr)
case EXPR_ASM:
case EXPR_DESIGNATOR:
case EXPR_MEMBER_GET:
case EXPR_MEMBER_SET:
case EXPR_NAMED_ARGUMENT:
case EXPR_BUILTIN:
case EXPR_OPERATOR_CHARS: