Re: [Cocci] [PATCH 15/32] parsing_cocci: visitor_ast: Visit cast attributes

2020-05-03 Thread Julia Lawall
On Tue, 28 Apr 2020, Jaskaran Singh wrote: > Cast attributes are added to AST0 of SmPL. Visit these attributes in the AST0 -> AST julia > SmPL AST visitor. > > Signed-off-by: Jaskaran Singh > --- > parsing_cocci/visitor_ast.ml | 10 ++ > 1 file changed, 6 insertions(+), 4 deletions

[Cocci] [PATCH 15/32] parsing_cocci: visitor_ast: Visit cast attributes

2020-04-28 Thread Jaskaran Singh
Cast attributes are added to AST0 of SmPL. Visit these attributes in the SmPL AST visitor. Signed-off-by: Jaskaran Singh --- parsing_cocci/visitor_ast.ml | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/parsing_cocci/visitor_ast.ml b/parsing_cocci/visitor_ast.ml ind