All of lore.kernel.org
 help / color / mirror / Atom feed
From: elfring@users.sourceforge.net (SF Markus Elfring)
To: cocci@systeme.lip6.fr
Subject: [Cocci] Finding labelled statements with SmPL
Date: Wed, 9 Dec 2015 13:00:57 +0100	[thread overview]
Message-ID: <566817F9.9010800@users.sourceforge.net> (raw)
In-Reply-To: <alpine.DEB.2.10.1512091114520.2491@hadrien>

> A label has to be an identifier.

This wording fits only to a jump label for the statement "goto", doesn't it?


> A sequence of all capital letters is also an identifier.

Does this feedback mean that the following SmPL approach should also work
for case labels?


@label_used@
identifier label;
@@
*label:


How much do constant expressions matter in such a source code analysis?

Why did I get the message "minus: parse error"?

Regards,
Markus

  reply	other threads:[~2015-12-09 12:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-09  9:20 [Cocci] Finding labelled statements with SmPL SF Markus Elfring
2015-12-09 10:15 ` Julia Lawall
2015-12-09 12:00   ` SF Markus Elfring [this message]
2015-12-09 12:54     ` Julia Lawall
2015-12-09 14:01       ` SF 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=566817F9.9010800@users.sourceforge.net \
    --to=elfring@users.sourceforge.net \
    --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 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.