2010/1/11 Julia Lawall <[email protected]>: > Expression is the only option. It is more general than you might expect, > but valid C code shouldn't have that extra generality. On the other hand, > there could be a macro call to the left of the assignment, and perhaps > you would like to match that too.
Good point. Thinking about it the lvalue could also be an array entry for instance, and that is absolutely an expression. Thank you for your answer. BR Håkon Løvdal _______________________________________________ Cocci mailing list [email protected] http://lists.diku.dk/mailman/listinfo/cocci (Web access from inside DIKUs LAN only)
