The SmPL AST visitor has a function for attributes. Reflect these changes in cleanup_rules.ml.
Signed-off-by: Jaskaran Singh <[email protected]> --- parsing_cocci/cleanup_rules.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsing_cocci/cleanup_rules.ml b/parsing_cocci/cleanup_rules.ml index 60452bec..7f03f98f 100644 --- a/parsing_cocci/cleanup_rules.ml +++ b/parsing_cocci/cleanup_rules.ml @@ -254,7 +254,7 @@ let do_cleanup = ident expression string_fragment string_format assignOp binaryOp fullType typeC initialiser parameterTypeDef define_param declaration donothing field ann_field donothing - rule_elem statement donothing donothing donothing + rule_elem statement donothing donothing donothing donothing let cleanup_rules rules d = dropped := d; -- 2.21.3 _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
