On Thu, 2015 Jun 25 08:11+0200, SF Markus Elfring wrote: > > Could some ifdefs be selectively evaluated/ignored for parsing > > purposes? > > Would you like to consider any software improvements for the skipping > of source code analysis around specific parts? > https://github.com/coccinelle/coccinelle/issues/20
If by "consider" you mean "support," then sure. If "implement," then, well, OCaml isn't my strong suit :] The magic coccinelle:skip comments are an interesting feature I was not aware of; that should prove useful. But I would like the ability to ignore certain sections of code that is based on existing preprocessor conditionals, since it would be counterproductive to require adding extra annotations that amount to the same thing. --Daniel -- Daniel Richard G. || [email protected] My ASCII-art .sig got a bad case of Times New Roman. _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
