From: Oleg Nesterov <oleg@redhat.com>
To: Julia Lawall <julia.lawall@lip6.fr>
Cc: cocci@systeme.lip6.fr
Subject: [Cocci] Q: does spatch understand typeof?
Date: Wed, 15 Jan 2020 12:25:40 +0100 [thread overview]
Message-ID: <20200115112540.GA18161@redhat.com> (raw)
Hello,
trivial example:
@r@
int x;
@@
* x = 0;
C code:
void f(void)
{
int a;
__typeof__(a) b;
a = 0; // this matches
b = 0; // this doesn't
}
is it correct?
Thanks,
Oleg.
_______________________________________________
Cocci mailing list
Cocci@systeme.lip6.fr
https://systeme.lip6.fr/mailman/listinfo/cocci
next reply other threads:[~2020-01-15 11:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-15 11:25 Oleg Nesterov [this message]
2020-01-15 12:09 ` [Cocci] Q: does spatch understand typeof? Julia Lawall
2020-01-15 15:30 ` Oleg Nesterov
2020-01-15 15:45 ` Julia Lawall
2020-01-15 15:59 ` Oleg Nesterov
2020-01-15 16:00 ` Julia Lawall
2020-01-15 15:53 ` Oleg Nesterov
2020-01-15 15:59 ` Julia Lawall
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=20200115112540.GA18161@redhat.com \
--to=oleg@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.