Add +++= operator.

This commit is contained in:
Christoffer Lerno
2025-09-22 01:51:25 +02:00
committed by Christoffer Lerno
parent 122dbb3668
commit 44d736a537
11 changed files with 38 additions and 2 deletions

View File

@@ -4291,6 +4291,7 @@ void llvm_emit_binary(GenContext *c, BEValue *be_value, Expr *expr, BEValue *lhs
case BINARYOP_CT_AND:
case BINARYOP_CT_OR:
case BINARYOP_CT_CONCAT:
case BINARYOP_CT_CONCAT_ASSIGN:
// Handled elsewhere.
UNREACHABLE_VOID
}