Move ID::type in structure to fill memory padding

This commit is contained in:
Tim Wojtulewicz 2025-07-24 11:10:50 -07:00
parent 035b4a4a8e
commit 47553c79ec

View file

@ -157,9 +157,9 @@ protected:
#endif #endif
const char* name; const char* name;
TypePtr type;
IDScope scope; IDScope scope;
bool is_export; bool is_export;
TypePtr type;
bool is_capture = false; bool is_capture = false;
bool is_const = false; bool is_const = false;
bool is_enum_const = false; bool is_enum_const = false;