The SmPL AST visitor has a function for attributes. Reflect these changes in cocci.ml.
Signed-off-by: Jaskaran Singh <[email protected]> --- cocci.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocci.ml b/cocci.ml index 3f315d4c..858c6672 100644 --- a/cocci.ml +++ b/cocci.ml @@ -600,7 +600,7 @@ let sp_contain_typed_metavar_z toplevel_list_list = donothing expression donothing donothing donothing donothing donothing donothing donothing donothing donothing donothing donothing donothing donothing donothing donothing donothing donothing - donothing donothing + donothing donothing donothing in toplevel_list_list +> List.exists -- 2.21.3 _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
