mirror_frr/scripts/coccinelle
2020-03-05 17:37:03 -05:00
..
__func__.cocci tools: Add Coccinelle script to replace __FUNCTION__ to __func__ 2020-03-05 20:16:47 +02:00
bool_assignment.cocci tools: Coccinelle script to convert 0/1 to false/true if variable type is bool 2020-03-04 18:47:09 +02:00
bool_expression.cocci tools: Add coccinelle script to check if bool expressions use short format 2020-03-04 15:01:54 +02:00
bool_function_type.cocci tools: Add coccinelle script to convert int to bool if returning value is bool 2020-03-04 17:04:52 +02:00
bool_function.cocci tools: Add coccinelle script to check if bool functions return bool type 2020-03-04 15:02:23 +02:00
replace_bgp_flag_functions.cocci tools: Add coccinelle script to replace all bgp_flag_* functions 2020-02-06 16:24:22 +02:00
return_without_parenthesis.cocci tools: Add coccinelle script to remove parenthesis on return 2020-02-09 14:21:36 +02:00
s_addr_0_to_INADDR_ANY.cocci tools: Add coccinelle script to replace s_addr 0 to INADDR_ANY 2020-02-06 09:00:13 +02:00
shorthand_operator.cocci tools: Add coccinelle script to check if we use shorthand operators 2020-02-04 20:08:50 +02:00
test_after_assert.cocci tools: Add coccinelle script to remove a test case after assert() 2020-03-04 20:17:42 +02:00
void_no_return.cocci tools: Add coccinelle script to check if void does not have return 2020-02-04 20:07:17 +02:00