Add @tag and .tagof .has_tagof. Allow bitstructs to have attributes.

This commit is contained in:
Christoffer Lerno
2024-08-09 15:03:44 +02:00
parent c8a113384c
commit 44db4a21fc
22 changed files with 317 additions and 144 deletions

View File

@@ -7062,6 +7062,7 @@ void llvm_emit_expr(GenContext *c, BEValue *value, Expr *expr)
case EXPR_EMBED:
case EXPR_MACRO_BODY:
case EXPR_OTHER_CONTEXT:
case EXPR_DESIGNATOR:
UNREACHABLE
case EXPR_DEFAULT_ARG:
llvm_emit_default_arg(c, value, expr);