You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Junio C Hamano da3e0752cd Merge branch 'jc/cocci-preincr' 6 years ago
..
.gitignore
README
array.cocci
commit.cocci
free.cocci
object_id.cocci object_id.cocci: match only expressions of type 'struct object_id' 6 years ago
preincr.cocci cocci: simplify "if (++u > 1)" to "if (u++)" 6 years ago
qsort.cocci
strbuf.cocci
swap.cocci
xstrdup_or_null.cocci

README

This directory provides examples of Coccinelle (http://coccinelle.lip6.fr/)
semantic patches that might be useful to developers.