Add the MetaAttributeVal constructor to the C AST. Signed-off-by: Jaskaran Singh <jaskaran.si...@collabora.com> --- parsing_c/ast_c.ml | 1 + parsing_c/ast_c.mli | 1 + 2 files changed, 2 insertions(+)
diff --git a/parsing_c/ast_c.ml b/parsing_c/ast_c.ml index 645f9e183..2c682fe21 100644 --- a/parsing_c/ast_c.ml +++ b/parsing_c/ast_c.ml @@ -821,6 +821,7 @@ and metavars_binding = (Ast_cocci.meta_name, metavar_binding_kind) assoc | MetaStmtListVal of statement_sequencable list * stripped | MetaDParamListVal of (string wrap) wrap2 list | MetaFmtVal of string_format + | MetaAttributeVal of attribute | MetaFragListVal of string_fragment list | MetaAssignOpVal of assignOp | MetaBinaryOpVal of binaryOp diff --git a/parsing_c/ast_c.mli b/parsing_c/ast_c.mli index a4d1f40d8..d03b5cf2b 100644 --- a/parsing_c/ast_c.mli +++ b/parsing_c/ast_c.mli @@ -326,6 +326,7 @@ and metavar_binding_kind = | MetaStmtListVal of statement_sequencable list * stripped | MetaDParamListVal of string wrap wrap2 list | MetaFmtVal of string_format + | MetaAttributeVal of attribute | MetaFragListVal of string_fragment list | MetaAssignOpVal of assignOp | MetaBinaryOpVal of binaryOp -- 2.21.3 _______________________________________________ Cocci mailing list Cocci@systeme.lip6.fr https://systeme.lip6.fr/mailman/listinfo/cocci