bug-cflow
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-cflow] Help, please! I want to analyse ALL functions in a set o


From: Sergey Poznyakoff
Subject: Re: [bug-cflow] Help, please! I want to analyse ALL functions in a set of C files.
Date: Sun, 10 Feb 2019 20:24:05 +0200

Hi Alan,

I have uploaded to alpha.gnu.org cflow version 1.5.90 [1].

This version implements the new option "--all", which instructs cflow
to output separate flow graphs for each top-level function defined in
the program. The "top-level" here means a function not reachable from
any other function in the program (functions reachable from another ones
will appear in the output anyway).

If the code does contain the "main" function, the graph for that
function will appear first, followed by graphs for the rest of
functions.

The graphs are ordered alphabetically by their top-level function name.

The new option "--no-main" deprives the main function of its special
status, forcing its graph to appear among others in the alphabetical
order.

This version also includes a set of improvements in the C parser.

I'd appreciate any feedback.

Best regards,
Sergey

[1] http://alpha.gnu.org/gnu/cflow/cflow-1.5.90.tar.gz



reply via email to

[Prev in Thread] Current Thread [Next in Thread]