Evolutionary development of a semantic patch using Coccinelle
Evolutionary development of a semantic patch using Coccinelle
Posted Mar 31, 2010 14:16 UTC (Wed) by idle (guest, #5017)In reply to: Evolutionary development of a semantic patch using Coccinelle by neilbrown
Parent article: Evolutionary development of a semantic patch using Coccinelle
sparse can do this. In fact it can do more, say,
find all times the field 'next' of structure 'struct foo'
is dereferenced (but not read/modified).
find all times the field 'next' of structure 'struct foo'
is dereferenced (but not read/modified).
test-dissect is example.
