From: brian m. carlson Date: Fri, 24 Jun 2016 23:09:20 +0000 (+0000) Subject: contrib/coccinelle: add basic Coccinelle transforms X-Git-Tag: v2.10.0-rc0~110^2~9 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/db1d80b8faddc5d5702d79974c5757b464bcbaf6?hp=db1d80b8faddc5d5702d79974c5757b464bcbaf6 contrib/coccinelle: add basic Coccinelle transforms Coccinelle (http://coccinelle.lip6.fr/) is a program which performs mechanical transformations on C programs using semantic patches. These semantic patches can be used to implement automatic refactoring and maintenance tasks. Add a set of basic semantic patches to convert common patterns related to the struct object_id transformation, as well as a README. Signed-off-by: brian m. carlson Signed-off-by: Junio C Hamano ---