Jails
Jails copied to clipboard
Implement goto for enum literals
Implementation handles following goto scenarios for enum literals:
- procedure calls:
SDL_CreateGPUDevice(.SPIRV | .MSL | .DXIL, ...) - struct field defaults/declarations:
se: Some_Enum = .A - variable assignments:
flags = .SPIRV | .MSLandident.parent.kind = .UNARY_OPERATION - comparison operations:
value == .SOME_ENUMandvalue != .OTHER_ENUM
Thank you. I will try to review this PR soon.