Add $member.get(value) to replace value.$eval($member.nameof)

This commit is contained in:
Christoffer Lerno
2024-08-20 14:24:12 +02:00
parent 0963ab4cc0
commit fb4a231703
13 changed files with 106 additions and 18 deletions

View File

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