public inbox for cocci@systeme.lip6.fr
 help / color / mirror / Atom feed
* [cocci] spatch #include statements and include search path
@ 2025-01-13 11:54 Jani Nikula
  2025-01-13 12:09 ` Julia Lawall
  0 siblings, 1 reply; 9+ messages in thread
From: Jani Nikula @ 2025-01-13 11:54 UTC (permalink / raw)
  To: cocci


I want to use a non-trivial match rule in multiple other rules, in
multiple .cocci files. I'm trying put the match rule in a separate file,
and #include that in the other files, to avoid duplication. (I'm
referring to the "include_cocci ::= #include string" usage of #include,
not transformations.)

It works when the current working directory is the same as the file to
be included, but I seem to be unable to make it work from another
directory.

It doesn't matter if the .cocci files are all in the same directory or
not, it doesn't seem to matter what I pass as -I to spatch on the
command-line. I see #include mentioned in the SmPL Grammar as well as
some tutorials, but I can't find any proper, working examples for it.

How is the #include and the search path supposed to work? There seems to
be some conflation in the documentation about include_cocci in .cocci
and #includes in the .c files.

Specifically, I'm running spatch in my kernel repo, and I keep the
.cocci files in a separate directory outside the kernel repo.

TIA,
Jani.

-- 
Jani Nikula, Intel

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-01-31 10:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-13 11:54 [cocci] spatch #include statements and include search path Jani Nikula
2025-01-13 12:09 ` Julia Lawall
2025-01-13 12:40   ` Jani Nikula
2025-01-13 12:43     ` Julia Lawall
2025-01-13 16:59       ` Jani Nikula
2025-01-14 17:50         ` Julia Lawall
2025-01-22 16:38         ` Victor Gambier
2025-01-23 13:21           ` Jani Nikula
2025-01-31 10:24             ` [cocci] [cocci-mirror] " Victor Gambier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox