You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks Nik!
Right now #144 is enough for most cases, but does not seem to work with #if . To this end, we should:
Generate offsetof for nested anonymous structs and casetypes
Make the generated StaticAssertions.c file include the .h file provided by the user (in the configuration file given as --config) where compilation constants are meant to be defined
Cf. https://project-everest.github.io/everparse/3d-lang.html#checking-3d-types-for-correspondence-with-existing-c-types
We currently only add sizeof checks; we should also add offsetof checks.
The text was updated successfully, but these errors were encountered: