Skip to content

cgen: fix enum value to print like its declared enum underlying type #8081

cgen: fix enum value to print like its declared enum underlying type

cgen: fix enum value to print like its declared enum underlying type #8081

Triggered via pull request November 23, 2024 11:29
Status Success
Total duration 37m 2s
Artifacts

macos_ci.yml

on: pull_request
Matrix: clang
Fit to window
Zoom out
Zoom in

Annotations

10 errors
clang (macos-14): out.h#L17360
static declaration of 'anon_fn_6a0ddf9f315b536f__1471' follows non-static declaration
clang (macos-14): out.h#L17360
static declaration of 'anon_fn_6a0ddf9f315b536f__1471' follows non-static declaration
clang (macos-14): out_1.c#L21160
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#L21160
incompatible integer to pointer conversion passing 'int' to parameter of type 'charptr' (aka 'char *') [-Wint-conversion]
clang (macos-14): out_1.c#L21354
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#L21354
incompatible integer to pointer conversion passing 'int' to parameter of type 'charptr' (aka 'char *') [-Wint-conversion]
clang (macos-14): out_1.c#L24353
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#L24353
incompatible integer to pointer conversion passing 'int' to parameter of type 'charptr' (aka 'char *') [-Wint-conversion]
clang (macos-14): out_1.c#L33196
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#L33196
incompatible integer to pointer conversion passing 'int' to parameter of type 'charptr' (aka 'char *') [-Wint-conversion]