cocci.inria.fr archive mirror
 help / color / mirror / Atom feed
From: Markus Elfring <Markus.Elfring@web.de>
To: Coccinelle <cocci@systeme.lip6.fr>
Subject: [Cocci] Checking parsing difficulties around SmPL when constraints
Date: Wed, 11 Sep 2019 09:42:19 +0200	[thread overview]
Message-ID: <0477cddd-0bbd-7e16-adee-91e7e9d3b5d4@web.de> (raw)

Hello,

A specific test case is available for the semantic patch language.
https://github.com/coccinelle/coccinelle/blob/560c3d02e2085e83e9bcd40842eec7e774140131/tests/nest3.cocci

Can the following code variant work also under other circumstances?

@extra@
expression x;
position p;
@@
(sizeof(*(x@p))
|__alignof__(*(x@p))
)

@display@
expression action, x, y, z;
position p != extra.p;
statement es;
@@
*if (!x)
 {
    (<+... when != (x) = y
(
*   *(x@p)
|   action(z,
*          x@p
           , ...)
)
    ...+>);
 }
 else
    es


elfring@Sonne:~/Projekte/Coccinelle/janitor> spatch --parse-cocci show_null_pointer_usage13.cocci
…
minus: parse error:
  File "show_null_pointer_usage13.cocci", line 16, column 11, charpos = 178
  around = 'when',
  whole content =     (<+... when != (x) = y


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

             reply	other threads:[~2019-09-11  7:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-11  7:42 Markus Elfring [this message]
2019-09-11  8:19 ` [Cocci] Checking parsing difficulties around SmPL when constraints Julia Lawall
2019-09-11  9:09   ` Markus Elfring

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=0477cddd-0bbd-7e16-adee-91e7e9d3b5d4@web.de \
    --to=markus.elfring@web.de \
    --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).