The SmPL AST0 visitor has a function for attributes. Reflect these changes in unitary_ast0.ml.
Signed-off-by: Jaskaran Singh <[email protected]> --- parsing_cocci/unitary_ast0.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsing_cocci/unitary_ast0.ml b/parsing_cocci/unitary_ast0.ml index f12bef67..fadfa470 100644 --- a/parsing_cocci/unitary_ast0.ml +++ b/parsing_cocci/unitary_ast0.ml @@ -207,7 +207,7 @@ let get_free checker t = donothing donothing ident expression donothing donothing typeC donothing parameter declaration field donothing statement donothing case_line donothing - donothing in + donothing donothing in collect_unitary_nonunitary (List.concat (List.map res.VT0.combiner_rec_top_level t)) -- 2.21.3 _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
