All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cocci] version 1.0.0
@ 2015-04-19 15:37 Julia Lawall
  2015-04-19 17:01 ` Derek M Jones
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Julia Lawall @ 2015-04-19 15:37 UTC (permalink / raw)
  To: cocci

Coccinelle version 1.0.0 is released.

The main changes are:

* Metavariables for binary and assignment operators.  Examples can be 
found by grepping for "operator" in coccinelle/tests.  For example, the 
metavariable declaration

binary operator bop = { &&, ||, ==, !=, <, <=, >, >= };

will cause bop to match any of the operators in the set { &&, ||, ==, !=, 
<, <=, >, >= }.

* A rewrite of the code for inserting newlines among function call 
arguments, when these pass column 80.

* Support for disjunctions in structure names.

* Performance optimizations for cases where one rule inherits position 
variables, to only consider code that contains the mentioned positions.

* Support for const in some strange places in C code.

* Improved management of remaining comments when nearby code is removed.

Comments and bug reports are welcome.

julia

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

end of thread, other threads:[~2015-04-23 18:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-19 15:37 [Cocci] version 1.0.0 Julia Lawall
2015-04-19 17:01 ` Derek M Jones
2015-04-19 17:14   ` Julia Lawall
2015-04-20  8:10 ` Wolfram Sang
2015-04-20  8:19   ` Julia Lawall
2015-04-20  8:25 ` SF Markus Elfring
2015-04-20  9:15   ` Sébastien Hinderer
2015-04-20 13:21     ` [Cocci] documentation improvements SF Markus Elfring
2015-04-20 13:43     ` [Cocci] version 1.0.0 Derek M Jones
2015-04-23 18:56 ` SF Markus Elfring

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.