mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Make aliases able to use @deprecated. Prefer math::I and math::I_F for math::IMAGINARY and math::IMAGINARYF the latter is deprecated. Combination of += and [] overloads now properly handled in most cases.
This commit is contained in:
@@ -6964,6 +6964,10 @@ void llvm_emit_expr(GenContext *c, BEValue *value, Expr *expr)
|
||||
case EXPR_BUILTIN:
|
||||
case EXPR_OPERATOR_CHARS:
|
||||
UNREACHABLE
|
||||
case EXPR_TWO:
|
||||
llvm_emit_expr(c, value, expr->two_expr.first);
|
||||
llvm_emit_expr(c, value, expr->two_expr.last);
|
||||
return;
|
||||
case EXPR_VECTOR_TO_ARRAY:
|
||||
llvm_emit_vector_to_array(c, value, expr);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user