Re: [Cocci] [PATCH 10/23] parsing_cocci: iso_pattern: Reflect Parameter attributes

2020-04-27 Thread Julia Lawall
On Mon, 27 Apr 2020, Jaskaran Singh wrote: > Parameter attributes are added to the SmPL AST. Reflect these changes in > iso_pattern.ml. > > Signed-off-by: Jaskaran Singh > --- > parsing_cocci/iso_pattern.ml | 22 ++ > 1 file changed, 18 insertions(+), 4 deletions(-) > > di

[Cocci] [PATCH 10/23] parsing_cocci: iso_pattern: Reflect Parameter attributes

2020-04-27 Thread Jaskaran Singh
Parameter attributes are added to the SmPL AST. Reflect these changes in iso_pattern.ml. Signed-off-by: Jaskaran Singh --- parsing_cocci/iso_pattern.ml | 22 ++ 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/parsing_cocci/iso_pattern.ml b/parsing_cocci/iso_pat