cocci.inria.fr archive mirror
 help / color / mirror / Atom feed
From: Julia Lawall <julia.lawall@lip6.fr>
To: "Christoph Böhmwalder" <christoph.boehmwalder@linbit.com>
Cc: cocci@systeme.lip6.fr
Subject: Re: [Cocci] Does coccinelle support non-standard C?
Date: Wed, 22 May 2019 13:55:27 +0200 (CEST)	[thread overview]
Message-ID: <alpine.DEB.2.20.1905221353000.4390@hadrien> (raw)
In-Reply-To: <ae3c7e1d-92ab-13d1-edfa-796e520909ab@linbit.com>

[-- Attachment #1: Type: text/plain, Size: 421 bytes --]



On Wed, 22 May 2019, Christoph Böhmwalder wrote:

> On 22.05.19 13:37, Julia Lawall wrote:
> > Is it always exactly this string that you want to add?
>
> In my case, yes. I don't have any metavariable substitutions, etc; it's always
> the same constant code.

You can do the following

@script:python b@
x;
@@

coccinelle.x = "({...})"    <--- The code you want

@@
identifier b.i;
@@
- cocci_replace_this()
+ i

julia

[-- Attachment #2: Type: text/plain, Size: 136 bytes --]

_______________________________________________
Cocci mailing list
Cocci@systeme.lip6.fr
https://systeme.lip6.fr/mailman/listinfo/cocci

  reply	other threads:[~2019-05-22 11:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-22 11:28 [Cocci] Does coccinelle support non-standard C? Christoph Böhmwalder
2019-05-22 11:37 ` Julia Lawall
2019-05-22 11:39   ` Christoph Böhmwalder
2019-05-22 11:55     ` Julia Lawall [this message]
2019-05-22 11:57       ` Christoph Böhmwalder

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.20.1905221353000.4390@hadrien \
    --to=julia.lawall@lip6.fr \
    --cc=christoph.boehmwalder@linbit.com \
    --cc=cocci@systeme.lip6.fr \
    /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).