mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Always have wmain. Cleanup synthetic main generation. Some cleanup for generics.
This commit is contained in:
@@ -10827,7 +10827,7 @@ static inline bool sema_expr_analyse_generic_ident(SemaContext *context, Expr *e
|
||||
}
|
||||
Decl *symbol = sema_analyse_parameterized_identifier(context, parent->unresolved_ident_expr.path,
|
||||
parent->unresolved_ident_expr.ident, parent->span,
|
||||
expr->generic_ident_expr.parameters, NULL, expr->span);
|
||||
expr->generic_ident_expr.parameters, expr->span);
|
||||
if (!decl_ok(symbol)) return false;
|
||||
expr_resolve_ident(expr, symbol);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user