tor/scripts/coccinelle
Alexander Færøy 9e1fa95920 Add Coccinelle patch for replacing NULL/non-NULL tt_assert().
This patch replaces tt_assert() checks for NULL/non-NULL values with
tt_ptr_op().
2017-08-24 15:22:20 -04:00
..
calloc.cocci Add a rule to the calloc semantic patch for argument ordering. 2014-11-02 11:54:42 -05:00
ceil_div.cocci Add Coccinelle patch for detecing places where CEIL_DIV should be used. 2017-08-24 15:20:11 -04:00
malloc_cast.cocci Add script to detect and remove unCish malloc-then-cast pattern 2014-09-16 10:57:00 -04:00
test-operator-cleanup Add script for cleaning op operator usage in test files. 2017-08-24 15:19:11 -04:00
test_assert_int.cocci Add Coccinelle patch for replacing tt_assert() usage on integer types. 2017-08-24 15:21:43 -04:00
test_assert_null.cocci Add Coccinelle patch for replacing NULL/non-NULL tt_assert(). 2017-08-24 15:22:20 -04:00
test_assert_zero.cocci Add Coccinelle patch for replacing tt_assert(0) with tt_abort(). 2017-08-24 15:21:07 -04:00
uncalloc.cocci Add coccinelle script to remove pointless callocs 2014-09-16 11:11:17 -04:00