public inbox for cocci@systeme.lip6.fr
 help / color / mirror / Atom feed
* [Cocci] new version
@ 2012-12-11 13:16 Julia Lawall
  2012-12-21 13:03 ` Rene Rydhof Hansen
  0 siblings, 1 reply; 2+ messages in thread
From: Julia Lawall @ 2012-12-11 13:16 UTC (permalink / raw)
  To: cocci

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-12-21 13:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-11 13:16 [Cocci] new version Julia Lawall
2012-12-21 13:03 ` Rene Rydhof Hansen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox