On Wed, 17 Jun 2020, Johannes Berg wrote:
> On Wed, 2020-06-17 at 23:15 +0200, Julia Lawall wrote:
> >
> > > +T x;
> >
> > Change the + to ++
>
> Hah, I think you mentioned that to me before, but I can never remember
> what it does ...
>
> > There is no guarantee on the order in which the variables will appear.
>
> That's ok, I don't really care :)
>
> > > +
> > > E;
> > > ...
> >
> > Add when any after the ...
>
> What's the difference between "..." and "... when any"?
A ... B connects an A to the closest B, as you might like in some code
with lots of locks and unlocks. When any picks up any subsequent B, even
if there is another B between the matched A and B.
julia
_______________________________________________
Cocci mailing list
[email protected]
https://systeme.lip6.fr/mailman/listinfo/cocci