> Could you fix up the expression list first? Then you can write a rule like
>
> char[] s;
>
> fn(s, ...,
> - oldcode
> + newcode
> ,...)

Can it be that such a transformation approach will only work if the number
of passed function parameters will be fixed?

How should the data processing work with variable arguments?

Regards,
Markus
_______________________________________________
Cocci mailing list
[email protected]
https://systeme.lip6.fr/mailman/listinfo/cocci

Reply via email to