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 bcb4425216 Merge branch 'rs/cocci' 8 years ago
..
.gitignore gitignore: ignore output files of coccicheck make target 8 years ago
README
array.cocci use COPY_ARRAY 8 years ago
free.cocci remove unnecessary NULL check before free(3) 8 years ago
object_id.cocci cocci: avoid self-references in object_id transformations 8 years ago
qsort.cocci remove unnecessary check before QSORT 8 years ago
strbuf.cocci coccicheck: make transformation for strbuf_addf(sb, "...") more precise 8 years ago
xstrdup_or_null.cocci cocci: refactor common patterns to use xstrdup_or_null() 8 years ago

README

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