public inbox for cocci@systeme.lip6.fr
 help / color / mirror / Atom feed
From: julia.lawall@lip6.fr (Julia Lawall)
To: cocci@systeme.lip6.fr
Subject: [Cocci] new version
Date: Tue, 11 Dec 2012 14:16:36 +0100 (CET)	[thread overview]
Message-ID: <alpine.DEB.2.02.1212111410080.2091@hadrien> (raw)

1.0.0-rc16 is now available.  The following are the main changes since the
previous release:

* A little bit of C++ code, specifically namespace specifications, is now
supported in SmPL code.

* There is a small improvement to the handling of the case where several
variables are declared at once in the C code.  Previously, a pattern like
- int x; would cause a crash if it matched the declaration of x in int
x,y;.  Now the match just does not succeed, making is possible for the
semantic patch to continue.  This allows eg:

(
- int x;
|
  int x at p;
)

and then printing an error message for the locations represented by p.

* Various unparsing improvements.

julia

             reply	other threads:[~2012-12-11 13:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-11 13:16 Julia Lawall [this message]
2012-12-21 13:03 ` [Cocci] new version Rene Rydhof Hansen

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.02.1212111410080.2091@hadrien \
    --to=julia.lawall@lip6.fr \
    --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