All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cocci] 1.0.0-rc20
@ 2014-02-21 14:46 Julia Lawall
  0 siblings, 0 replies; only message in thread
From: Julia Lawall @ 2014-02-21 14:46 UTC (permalink / raw)
  To: cocci

Version 1.0.0-rc20 is now available at http://coccinelle.lip6.fr/download.php

This version is not compatible with previous ones, in that initialize and
finalize rules now must have a region for declaring metavariables, just
like other rules.

Unfortunately, I neglected to update the demos accordingly, so there are a
number of demos that now don't work.  I will make a new release (rc21)
that corrects that shortly.

rc20 should be much faster if you need to include a ot of header files.
In particular, we found substantial performance improvements (of around
30%) with the arguments --recursive-includes --relax-include path.

Another significant improvement is that it is now possible to remove
variable declarations that include more than one variable.  For example:

@@ @@
- int x;

should transform

int a,x,y;

into

int a,y;

And

@@ identifier x; @@
- int x;

should completely remove int a,x,y;

julia

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-21 14:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-21 14:46 [Cocci] 1.0.0-rc20 Julia Lawall

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.