| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Since those are chunks of code based on our codebase, it's easiest to use the
same license.
|
|
|
|
|
|
| |
transformations. Otherwise the time and resources to generate all
possible permutations is simply unreasonable for running on local
machines.
|
|
|
|
|
| |
JsonVariant* doesn't work with the current IN_SET implementation, so
let's exclude it from the transformation altogether
|
|
|
|
|
|
|
|
| |
IN_SET only works for constant values, hence clarify that. Moreover, we
declared a statement "s" we never made use of. Drop it.
Also, for both scripts, let's support 10 items. More causes spatch to
die with "Stack overflow" for me.
|
|
The included cocci was used to generate the changes.
Thanks to @flo-wer for pointing this case out.
|