Placeholders for builtins. Updated character literal parsing, supporting 1-16 characters. More test cases.

This commit is contained in:
Christoffer Lerno
2021-11-12 10:06:30 +01:00
committed by Christoffer Lerno
parent 42465039e9
commit 7bd76c973c
12 changed files with 187 additions and 128 deletions

View File

@@ -4898,6 +4898,8 @@ void llvm_emit_expr(GenContext *c, BEValue *value, Expr *expr)
case EXPR_UNDEF:
// Should never reach this.
UNREACHABLE
case EXPR_BUILTIN:
TODO
case EXPR_DECL:
llvm_emit_local_decl(c, expr->decl_expr);
return;