Add or_break and or_continue constructs

This commit is contained in:
gingerBill
2023-09-30 15:04:17 +01:00
parent 4e97b83312
commit 648b83d6ea
11 changed files with 401 additions and 82 deletions
+1
View File
@@ -435,6 +435,7 @@ struct CheckerContext {
#define MAX_INLINE_FOR_DEPTH 1024ll
i64 inline_for_depth;
u32 stmt_flags;
bool in_enum_type;
bool collect_delayed_decls;
bool allow_polymorphic_types;