Skip to content
Snippets Groups Projects
Commit b521f5d7 authored by David Bühler's avatar David Bühler Committed by Virgile Prevosto
Browse files

[kernel] Visitor: adds a function to visit all function definitions of a file.

For visitors that only need function C bodies, replaces uses of
[visitFramacFileSameGlobals], which visits all globals of a file, by
[visitFramacFileFunctions], which visits only function definitions.

Also optimizes these visitors by skipping the visit of some nodes,
especially the visit of functions specifications and code annotations.
parent 043a8d08
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment