Re: [Cocci] [PATCH 15/23] parsing_cocci: visitor_ast: Visit Parameter attributes

2020-04-27 Thread Julia Lawall
On Mon, 27 Apr 2020, Jaskaran Singh wrote: > Parameter attributes are added to the SmPL AST. Visit these attributes in > the AST visitor. > > Signed-off-by: Jaskaran Singh > --- > parsing_cocci/visitor_ast.ml | 22 +- > 1 file changed, 17 insertions(+), 5 deletions(-) > >

[Cocci] [PATCH 15/23] parsing_cocci: visitor_ast: Visit Parameter attributes

2020-04-27 Thread Jaskaran Singh
Parameter attributes are added to the SmPL AST. Visit these attributes in the AST visitor. Signed-off-by: Jaskaran Singh --- parsing_cocci/visitor_ast.ml | 22 +- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/parsing_cocci/visitor_ast.ml