cocci.inria.fr archive mirror
 help / color / mirror / Atom feed
From: "Christoph Böhmwalder" <christoph.boehmwalder@linbit.com>
To: Julia Lawall <julia.lawall@lip6.fr>
Cc: cocci@systeme.lip6.fr
Subject: Re: [Cocci] Does coccinelle support non-standard C?
Date: Wed, 22 May 2019 13:57:14 +0200	[thread overview]
Message-ID: <ac29dc0f-ee84-629c-2cfe-710f61e01e12@linbit.com> (raw)
In-Reply-To: <alpine.DEB.2.20.1905221353000.4390@hadrien>

On 22.05.19 13:55, Julia Lawall wrote:
> 
> 
> 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
> 

Cool, I guess that works. Thanks for the prompt reply and your help!

--
Regards,
Christoph
_______________________________________________
Cocci mailing list
Cocci@systeme.lip6.fr
https://systeme.lip6.fr/mailman/listinfo/cocci

      reply	other threads:[~2019-05-22 11:57 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
2019-05-22 11:57       ` Christoph Böhmwalder [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=ac29dc0f-ee84-629c-2cfe-710f61e01e12@linbit.com \
    --to=christoph.boehmwalder@linbit.com \
    --cc=cocci@systeme.lip6.fr \
    --cc=julia.lawall@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).