summaryrefslogtreecommitdiff
path: root/scripts/coccinelle
AgeCommit message (Expand)Author
2017-08-24Add Coccinelle patch for replacing NULL/non-NULL tt_assert().Alexander Færøy
2017-08-24Add Coccinelle patch for replacing tt_assert() usage on integer types.Alexander Færøy
2017-08-24Add Coccinelle patch for replacing tt_assert(0) with tt_abort().Alexander Færøy
2017-08-24Add Coccinelle patch for detecing places where CEIL_DIV should be used.Alexander Færøy
2017-08-24Add script for cleaning op operator usage in test files.Alexander Færøy
2014-11-02Add a rule to the calloc semantic patch for argument ordering.Mansour Moufid
2014-11-02The second argument to tor_calloc should be a constant.Mansour Moufid
2014-11-02Refactor the calloc semantic patch.Mansour Moufid
2014-09-16Add coccinelle script to remove pointless callocsNick Mathewson
2014-09-16Add script to detect and remove unCish malloc-then-cast patternNick Mathewson
2014-08-13Add a simple coccinelle script to replace malloc->callocNick Mathewson