mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Add @tag and .tagof .has_tagof. Allow bitstructs to have attributes.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user