checker: fix generic fn call with empty array argument (fix #22843) #7867
Triggered via pull request
November 13, 2024 03:44
Status
Success
Total duration
43m 43s
Artifacts
–
Annotations
10 errors
clang (macos-14):
out.h#L17313
static declaration of 'anon_fn_6a0ddf9f315b536f__1471' follows non-static declaration
|
clang (macos-14):
out.h#L17313
static declaration of 'anon_fn_6a0ddf9f315b536f__1471' follows non-static declaration
|
clang (macos-14):
out_2.c#L25469
call to undeclared function 'v_typeof_sumtype_v__ast__Expr'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
|
clang (macos-14):
out_2.c#L25469
incompatible integer to pointer conversion passing 'int' to parameter of type 'charptr' (aka 'char *') [-Wint-conversion]
|
clang (macos-14):
out_2.c#L34122
call to undeclared function 'v_typeof_sumtype_v__ast__Expr'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
|
clang (macos-14):
out_2.c#L34122
incompatible integer to pointer conversion passing 'int' to parameter of type 'charptr' (aka 'char *') [-Wint-conversion]
|
clang (macos-14):
out_2.c#L47941
call to undeclared function 'v_typeof_sumtype_v__ast__Expr'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
|
clang (macos-14):
out_2.c#L47941
incompatible integer to pointer conversion passing 'int' to parameter of type 'charptr' (aka 'char *') [-Wint-conversion]
|
clang (macos-14):
out.h#L17313
static declaration of 'anon_fn_6a0ddf9f315b536f__1471' follows non-static declaration
|
clang (macos-14):
out.h#L17313
static declaration of 'anon_fn_6a0ddf9f315b536f__1471' follows non-static declaration
|