On Wed, 7 Jan 2015, SF Markus Elfring wrote: > > How do you think about an approach just to change the file > > name extension from ".c" to ".h" occasionally? > > Are there any more use cases around where > > it makes also sense to search for source files > > with other suffixes? > > How easy (or challenging) is it to treat more files > as source files from the C programming language? > > Would you like to extend use cases for your source code > analysis and transformation software in this design direction?
There is an option --include-headers to take into account .h files. I guess there could be anoption --exclude-c-files if there is enough interest to warrant the addition of yet another option. julia _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
