On Tue, 2013-01-29 at 17:19 +0100, Julia Lawall wrote: > > On Tue, 2013-01-29 at 10:55 -0500, [email protected] wrote: [] > > > I wonder if there's a way to write a coccinelle patch to find places > > > where we do arithmetic operations on bitmasks.... [] > If the definition of a bitmask is an identifier in all capital letters, > that would be easy. Another possibility is such an identifier that is > defined to a value expressed beginning with 0x. Another possibility is > such an identifier that is sometimes used with & and | and sometimes used > with an arithmetic operation. I will give them a try.
Thanks Julia. _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
