Alexander Færøy 9e1fa95920 Add Coccinelle patch for replacing NULL/non-NULL tt_assert(). %!s(int64=7) %!d(string=hai) anos
..
calloc.cocci 3ab2c865bf Add a rule to the calloc semantic patch for argument ordering. %!s(int64=9) %!d(string=hai) anos
ceil_div.cocci 25eaf77033 Add Coccinelle patch for detecing places where CEIL_DIV should be used. %!s(int64=6) %!d(string=hai) anos
malloc_cast.cocci ef9a0d2048 Add script to detect and remove unCish malloc-then-cast pattern %!s(int64=9) %!d(string=hai) anos
test-operator-cleanup 7c3e980fb9 Add script for cleaning op operator usage in test files. %!s(int64=6) %!d(string=hai) anos
test_assert_int.cocci 7666cd8881 Add Coccinelle patch for replacing tt_assert() usage on integer types. %!s(int64=6) %!d(string=hai) anos
test_assert_null.cocci 9e1fa95920 Add Coccinelle patch for replacing NULL/non-NULL tt_assert(). %!s(int64=6) %!d(string=hai) anos
test_assert_zero.cocci 3fd68b249b Add Coccinelle patch for replacing tt_assert(0) with tt_abort(). %!s(int64=6) %!d(string=hai) anos
uncalloc.cocci 1bb10353ff Add coccinelle script to remove pointless callocs %!s(int64=9) %!d(string=hai) anos