checker, cgen: fix generic static method call return type resolution #7904
Triggered via pull request
November 15, 2024 10:25
Status
Success
Total duration
35m 55s
Artifacts
–
Annotations
10 errors
clang (macos-14):
out.h#L17326
static declaration of 'anon_fn_6a0ddf9f315b536f__1471' follows non-static declaration
|
clang (macos-14):
out.h#L17326
static declaration of 'anon_fn_6a0ddf9f315b536f__1471' follows non-static declaration
|
clang (macos-14):
out_1.c#L22864
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_1.c#L22864
incompatible integer to pointer conversion passing 'int' to parameter of type 'charptr' (aka 'char *') [-Wint-conversion]
|
clang (macos-14):
out_1.c#L23058
call to undeclared function 'v_typeof_sumtype_v__ast__Stmt'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
|
clang (macos-14):
out_1.c#L23058
incompatible integer to pointer conversion passing 'int' to parameter of type 'charptr' (aka 'char *') [-Wint-conversion]
|
clang (macos-14):
out_1.c#L30602
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_1.c#L30602
incompatible integer to pointer conversion passing 'int' to parameter of type 'charptr' (aka 'char *') [-Wint-conversion]
|
clang (macos-14):
out_1.c#L30608
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_1.c#L30608
incompatible integer to pointer conversion passing 'int' to parameter of type 'charptr' (aka 'char *') [-Wint-conversion]
|