Hello, spatch fails to parse the following line
- if (!~e) S in the attached .cocci test case. Using - if (!(~e)) S instead, works fine. Thanks, riccardo
@@
identifier func;
expression e;
statement S;
@@
func(...) {
- if (!~e) S
}
_______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
