>> Would you like to clarify data analysis according to the current situation >> around "coccilib.elems.TermList instance"? > > I know nothing about this.
I am surprised by this feedback. I assume that a corresponding interface description would be nice if I look at "man 3cocci Coccilib". How are the chances to improve the mapping from the OCaml API to the Python binding? > But I am not sure that using it is the best way to do whjat you > want, although I also don't know what you want to do. The tool "spatch" counts all elements in a metavariable of the type "parameter list". I would like to treat list elements that have got the function parameter type "void" or no name differently. - How can I assign the number "zero" (instead of "1") in this case? - Should I generally exclude parameters without names from another report variant? I am also interested a bit in run time optimisation. A passed list should be sufficient for further computations. I do not really need a count in another variable which was specified between square brackets of a SmPL rule. Regards, Markus _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
