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 cd27bc7a0b Merge branch 'rs/strbuf-add-real-path' into maint 8 years ago
..
.gitignore gitignore: ignore output files of coccicheck make target 8 years ago
README
array.cocci cocci: use ALLOC_ARRAY 8 years ago
free.cocci cocci: detect useless free(3) calls 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 strbuf: add strbuf_add_real_path() 8 years ago
swap.cocci add SWAP macro 8 years ago
xstrdup_or_null.cocci abspath: add absolute_pathdup() 8 years ago

README

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