Giovanni Mascellani (@giomasce) commented about libs/vkd3d-shader/hlsl.y:
struct find_function_call_args { const struct parse_initializer *params;
- const struct hlsl_ir_function_decl *decl;
Any reason why you can't just keep `const` here and in the following hunks, and put it in `hlsl_ir_call` too?