Merge remote-tracking branch 'offical/master'

This commit is contained in:
2024-05-30 13:20:34 -04:00
21 changed files with 306 additions and 159 deletions
+2 -1
View File
@@ -7416,7 +7416,8 @@ gb_internal ExprKind check_call_expr(CheckerContext *c, Operand *operand, Ast *c
name == "config" ||
name == "load" ||
name == "load_directory" ||
name == "load_hash"
name == "load_hash" ||
name == "hash"
) {
operand->mode = Addressing_Builtin;
operand->builtin_id = BuiltinProc_DIRECTIVE;