Re: [PATCH v2] coccinelle: semantic patch to check for inappropriate do_div() calls

From: Julia Lawall
Date: Thu Jan 09 2020 - 05:41:37 EST




On Thu, 9 Jan 2020, Markus Elfring wrote:

> > +@script:python depends on org@
> > +p << r.p;
> > +ul << r.ul;
>
> I interpret this variable assignment in the way that it will work only
> if the corresponding branch of the SmPL disjunction was actually matched
> by the referenced SmPL rule.
> Thus I suggest now to split the source code search pattern into
> four separate rules.

Why?

julia