All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cocci] update
@ 2017-08-28 11:36 Julia Lawall
  2017-08-28 14:44 ` [Cocci] Addition of support for conjunctions on types SF Markus Elfring
  0 siblings, 1 reply; 6+ messages in thread
From: Julia Lawall @ 2017-08-28 11:36 UTC (permalink / raw)
  To: cocci

There was a bug in the include file management that could cause
--recursive-includes to go into an infinite loop.  That is now fixed.

There is also now support for conjunctions on types.  That is:

@@
type t;
identifier i;
@@

(
struct i
&
t
)

will now bind both i and t appropriately.

julia

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

end of thread, other threads:[~2017-08-28 15:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-28 11:36 [Cocci] update Julia Lawall
2017-08-28 14:44 ` [Cocci] Addition of support for conjunctions on types SF Markus Elfring
     [not found]   ` <alpine.DEB.2.20.1708281650580.3266@hadrien>
2017-08-28 15:07     ` SF Markus Elfring
     [not found]       ` <alpine.DEB.2.20.1708281708390.3266@hadrien>
2017-08-28 15:15         ` SF Markus Elfring
2017-08-28 15:20           ` Julia Lawall
2017-08-28 15:27             ` 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.