On Fri, 18 May 2018, SF Markus Elfring wrote:
> > Coccinelle doesn't parse every file in the kernel. > > I find this information strange. > > > > It only parses the files that contain the name of the function being > > modified. > > Do you interpret the required source code parsing efforts in a special way? Coccinelle searches the semantic patch for the important words. Then it implements something like grep to find files that contain those imprtant words. Or maybe it just uses git grep by default. julia _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
