mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-23 02:09:38 +00:00
Merge branch 'master' into windows-llvm-11.1.0
This commit is contained in:
@@ -1397,6 +1397,7 @@ bool check_stmt_internal_builtin_proc_id(Ast *expr, BuiltinProcId *id_) {
|
||||
}
|
||||
|
||||
bool check_expr_is_stack_variable(Ast *expr) {
|
||||
/*
|
||||
expr = unparen_expr(expr);
|
||||
Entity *e = entity_of_node(expr);
|
||||
if (e && e->kind == Entity_Variable) {
|
||||
@@ -1410,6 +1411,7 @@ bool check_expr_is_stack_variable(Ast *expr) {
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user