Re: [Cocci] [PATCH 04/13] parsing_cocci: Add EnumDeclTag and EnumDeclDotsTag to SmPL ASTs

2020-03-09 Thread Markus Elfring
> constructs w/r/t changes in the SmPL AST. Would an other change description be more helpful? Regards, Markus ___ Cocci mailing list Cocci@systeme.lip6.fr https://systeme.lip6.fr/mailman/listinfo/cocci

[Cocci] [PATCH 04/13] parsing_cocci: Add EnumDeclTag and EnumDeclDotsTag to SmPL ASTs

2020-03-08 Thread Jaskaran Singh
These constructors are needed by the visitor and various other functions in the codebase. Maintain consistency and add these constructs w/r/t changes in the SmPL AST. Signed-off-by: Jaskaran Singh --- parsing_cocci/ast0_cocci.ml | 4 parsing_cocci/ast0_cocci.mli | 4 parsing_cocci/ast