summaryrefslogtreecommitdiff
path: root/scripts/coccinelle/test_assert_int.cocci
AgeCommit message (Collapse)Author
2017-08-24Add Coccinelle patch for replacing tt_assert() usage on integer types.Alexander Færøy
This patch replaces tt_assert() comparison of integers and unsigned integers with their respective tt_int_op or tt_uint_op counterpart.