All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cocci] Improvements for source code analysis with inclusion of header files
@ 2014-03-30 11:30 SF Markus Elfring
  2014-03-30 11:56 ` Julia Lawall
  0 siblings, 1 reply; 11+ messages in thread
From: SF Markus Elfring @ 2014-03-30 11:30 UTC (permalink / raw)
  To: cocci

Hello,

Some filter patterns can be specified in the semantic patch language so that
they will also work without inclusion of header files. Some other source code
analysis approaches will need all relevant data (e. g. macros and type
declarations) from them.

Various compilers provide a functionality to store processed information from
such headers in an alternative data format.
http://en.wikipedia.org/wiki/Precompiled_header

Would another intermediate form help to reduce analysis and transformation time
by the Coccinelle software here?

How do you think about to store the results from a step "precompilation" like
corresponding abstract syntax graphs in a kind of dedicated data base?
http://en.wikipedia.org/wiki/Graph_database#Graph_database_projects

Regards,
Markus

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

end of thread, other threads:[~2014-03-30 13:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-30 11:30 [Cocci] Improvements for source code analysis with inclusion of header files SF Markus Elfring
2014-03-30 11:56 ` Julia Lawall
2014-03-30 12:13   ` SF Markus Elfring
2014-03-30 12:26     ` Julia Lawall
2014-03-30 12:33       ` SF Markus Elfring
2014-03-30 12:36         ` Julia Lawall
2014-03-30 12:44           ` SF Markus Elfring
2014-03-30 12:49             ` Julia Lawall
2014-03-30 13:08               ` SF Markus Elfring
2014-03-30 12:45       ` Derek M Jones
2014-03-30 13:00         ` Julia Lawall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.