mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
LLVM 15 compatibility fixes (#465)
More variant code. Fixes to typekind. Fixes to macro with failable returns. Remove use of LLVMConstInsert etc. Version 0.2.8
This commit is contained in:
committed by
GitHub
parent
bb28f6e61c
commit
c8a614e43f
@@ -8,7 +8,6 @@
|
||||
|
||||
#define IF_TRY_CATCH_PREC (PREC_AND + 1)
|
||||
typedef Expr *(*ParseFn)(ParseContext *context, Expr *);
|
||||
static Expr *parse_rethrow_expr(ParseContext *c, Expr *left);
|
||||
static Expr *parse_expr_or_type_prec(ParseContext *c, TypeInfo **type_ref, Precedence prec);
|
||||
|
||||
typedef struct
|
||||
|
||||
Reference in New Issue
Block a user