On Wed, 7 Jan 2015, SF Markus Elfring wrote:

> > I don't see the problem - C files are included by default, so one might
> > perhaps want the option to exclude them.
>
> Some source files can be analysed to some degree without inclusion of
> further header files. I like this functionality when it works as expected.
>
> I would like to extend checks on "header files" after an analysis
> was finished on the primary source files.
> Does it become more interesting to filter between the categories "header"
> and "source" data?

I think that all you want is the options --no-includes --include-headers.
--no-includes does not expand and #includes.  --include-headers causes .h
files to be processed as well as .c files.  I don't see the need to
control the order in which the processing is performed.

julia
_______________________________________________
Cocci mailing list
[email protected]
https://systeme.lip6.fr/mailman/listinfo/cocci

Reply via email to