Support bitfields in translate-c #4001
Labels
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
frontend
Tokenization, parsing, AstGen, Sema, and Liveness.
translate-c
C to Zig source translation feature (@cImport)
Milestone
Trying to use a
@cImport
-ed linux kernel header I got:Looking at the generated
cimport.zig
I found:This issue tracks the implementation of bitfields in translate-c.
The text was updated successfully, but these errors were encountered: