cocci.inria.fr archive mirror
 help / color / mirror / Atom feed
From: Julia Lawall <julia.lawall@inria.fr>
To: Jaskaran Singh <jaskaran.singh@collabora.com>
Cc: cocci@systeme.lip6.fr
Subject: Re: [Cocci] [PATCH 00/17] parsing_cocci: Add attributefn to the SmPL AST visitor
Date: Sat, 18 Jul 2020 16:17:02 +0200 (CEST)	[thread overview]
Message-ID: <alpine.DEB.2.22.394.2007181616520.2538@hadrien> (raw)
In-Reply-To: <20200716130521.7717-1-jaskaran.singh@collabora.com>



On Thu, 16 Jul 2020, Jaskaran Singh wrote:

> This patch series aims to add a public function for visiting attributes
> to the SmPL AST visitor. This is needed to support meta attributes.

Applied.  Thanks.

>
> Jaskaran Singh (17):
>       parsing_cocci: visitor_ast: Add attributefn to SmPL AST visitor
>       parsing_cocci: parse_cocci: Reflect attributefn in AST visitor
>       parsing_cocci: cleanup_rules: Reflect attributefn in AST visitor
>       parsing_cocci: disjdistr: Reflect attributefn in AST visitor
>       parsing_cocci: free_vars: Reflect attributefn in AST visitor
>       parsing_cocci: get_constants2: Reflect attributefn in AST visitor
>       parsing_cocci: re_constraints: Reflect attributefn in AST visitor
>       parsing_cocci: safe_for_multi_decls: Reflect attributefn in AST visitor
>       parsing_cocci: stmtlist: Reflect attributefn in AST visitor
>       parsing_cocci: unify_ast: Reflect attributefn in AST visitor
>       parsing_c: unparse_hrule: Reflect attributefn in AST visitor
>       cocci: Reflect attributefn in AST visitor
>       engine: asttoctl2: Reflect attributefn in AST visitor
>       engine: asttomember: Reflect attributefn in AST visitor
>       engine: cocci_vs_c: Reflect attributefn in AST visitor
>       engine: transformation_c: Reflect attributefn in AST visitor
>       popl09: popltoctl: Reflect attributefn in AST visitor
>
>  cocci.ml                              |    2 +-
>  engine/asttoctl2.ml                   |   11 ++++++-----
>  engine/asttomember.ml                 |    8 ++++----
>  engine/cocci_vs_c.ml                  |    4 ++--
>  engine/transformation_c.ml            |    2 +-
>  parsing_c/unparse_hrule.ml            |    2 +-
>  parsing_cocci/cleanup_rules.ml        |    2 +-
>  parsing_cocci/disjdistr.ml            |    5 +++--
>  parsing_cocci/free_vars.ml            |   16 +++++++++-------
>  parsing_cocci/get_constants2.ml       |    3 ++-
>  parsing_cocci/parse_cocci.ml          |    2 +-
>  parsing_cocci/re_constraints.ml       |    8 +++++---
>  parsing_cocci/safe_for_multi_decls.ml |    6 +++---
>  parsing_cocci/stmtlist.ml             |    2 +-
>  parsing_cocci/unify_ast.ml            |   20 +++++++++++++-------
>  parsing_cocci/visitor_ast.ml          |   12 ++++++++----
>  parsing_cocci/visitor_ast.mli         |    4 ++++
>  popl09/popltoctl.ml                   |    2 +-
>  18 files changed, 66 insertions(+), 45 deletions(-)
>
>
>
_______________________________________________
Cocci mailing list
Cocci@systeme.lip6.fr
https://systeme.lip6.fr/mailman/listinfo/cocci

      parent reply	other threads:[~2020-07-18 14:17 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-16 13:05 [Cocci] [PATCH 00/17] parsing_cocci: Add attributefn to the SmPL AST visitor Jaskaran Singh
2020-07-16 13:05 ` [Cocci] [PATCH 01/17] parsing_cocci: visitor_ast: Add attributefn to " Jaskaran Singh
2020-07-16 13:05 ` [Cocci] [PATCH 02/17] parsing_cocci: parse_cocci: Reflect attributefn in " Jaskaran Singh
2020-07-16 13:05 ` [Cocci] [PATCH 03/17] parsing_cocci: cleanup_rules: " Jaskaran Singh
2020-07-16 13:05 ` [Cocci] [PATCH 04/17] parsing_cocci: disjdistr: " Jaskaran Singh
2020-07-16 13:05 ` [Cocci] [PATCH 05/17] parsing_cocci: free_vars: " Jaskaran Singh
2020-07-16 13:05 ` [Cocci] [PATCH 06/17] parsing_cocci: get_constants2: " Jaskaran Singh
2020-07-16 13:05 ` [Cocci] [PATCH 07/17] parsing_cocci: re_constraints: " Jaskaran Singh
2020-07-16 13:05 ` [Cocci] [PATCH 08/17] parsing_cocci: safe_for_multi_decls: " Jaskaran Singh
2020-07-16 13:05 ` [Cocci] [PATCH 09/17] parsing_cocci: stmtlist: " Jaskaran Singh
2020-07-16 13:05 ` [Cocci] [PATCH 10/17] parsing_cocci: unify_ast: " Jaskaran Singh
2020-07-16 13:05 ` [Cocci] [PATCH 11/17] parsing_c: unparse_hrule: " Jaskaran Singh
2020-07-16 13:05 ` [Cocci] [PATCH 12/17] cocci: " Jaskaran Singh
2020-07-16 13:05 ` [Cocci] [PATCH 13/17] engine: asttoctl2: " Jaskaran Singh
2020-07-16 13:05 ` [Cocci] [PATCH 14/17] engine: asttomember: " Jaskaran Singh
2020-07-16 13:05 ` [Cocci] [PATCH 15/17] engine: cocci_vs_c: " Jaskaran Singh
2020-07-16 13:05 ` [Cocci] [PATCH 16/17] engine: transformation_c: " Jaskaran Singh
2020-07-16 13:05 ` [Cocci] [PATCH 17/17] popl09: popltoctl: " Jaskaran Singh
2020-07-18 14:17 ` Julia Lawall [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.DEB.2.22.394.2007181616520.2538@hadrien \
    --to=julia.lawall@inria.fr \
    --cc=cocci@systeme.lip6.fr \
    --cc=jaskaran.singh@collabora.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).