Bodged in support for region pragmas

Have them as basic directives

They're similar to the assert and panic macros but are hardcoded to true

#region    (<string literal>)
#endregion (<string literal>)
This commit is contained in:
2024-05-12 14:02:38 -04:00
parent e462116f94
commit 1db5fb32cd
3 changed files with 18 additions and 2 deletions
+2
View File
@@ -7372,6 +7372,8 @@ gb_internal ExprKind check_call_expr(CheckerContext *c, Operand *operand, Ast *c
name == "location" ||
name == "assert" ||
name == "panic" ||
name == "region" ||
name == "endregion" ||
name == "defined" ||
name == "config" ||
name == "load" ||