tor/scripts/coccinelle
Alexander Færøy 7c3e980fb9 Add script for cleaning op operator usage in test files.
This patch adds a script written by Nick for bug #13172 to clean up the
usage of ==, !=, <, >, <=, and >= by replacing them with their symbolic
OP_* counterpart. This will ensure that a tool like Coccinelle doesn't
get confused and silently ignore large blocks of code.
2017-08-24 15:19:11 -04:00
..
calloc.cocci Add a rule to the calloc semantic patch for argument ordering. 2014-11-02 11:54:42 -05: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
uncalloc.cocci Add coccinelle script to remove pointless callocs 2014-09-16 11:11:17 -04:00