"[]=" now works as overload. Improved eval resolution. Added $$FUNCPTR

This commit is contained in:
Christoffer Lerno
2022-10-05 22:44:31 +02:00
committed by Christoffer Lerno
parent 05d4ec55f6
commit db06f99445
27 changed files with 1960 additions and 1190 deletions

View File

@@ -5688,6 +5688,7 @@ void llvm_emit_expr(GenContext *c, BEValue *value, Expr *expr)
return;
case EXPR_TYPEID:
case EXPR_GROUP:
case EXPR_SUBSCRIPT_ASSIGN:
// These are folded in the semantic analysis step.
UNREACHABLE
case EXPR_IDENTIFIER: