diff options
author | rpaulo <rpaulo@pkgsrc.org> | 2006-02-25 21:35:55 +0000 |
---|---|---|
committer | rpaulo <rpaulo@pkgsrc.org> | 2006-02-25 21:35:55 +0000 |
commit | b82796c1ef5297a26d3b74051f7d3bbbaa0ff96a (patch) | |
tree | 449a0b47057779935b099426a1be58bdec878ec1 /devel/cflow/DESCR | |
parent | df6ca0ee7244e0933e73760429776ce8791daf42 (diff) | |
download | pkgsrc-b82796c1ef5297a26d3b74051f7d3bbbaa0ff96a.tar.gz |
GNU cflow analyzes a collection of C source files and prints a graph,
charting control flow within the program.
GNU cflow is able to produce both direct and inverted flowgraphs for C
sources. Optionally a cross-reference listing can be generated. Two
output formats are implemented: POSIX and GNU (extended).
Input files can optionally be preprocessed before analyzing.
Diffstat (limited to 'devel/cflow/DESCR')
-rw-r--r-- | devel/cflow/DESCR | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/cflow/DESCR b/devel/cflow/DESCR new file mode 100644 index 00000000000..3123da6ae52 --- /dev/null +++ b/devel/cflow/DESCR @@ -0,0 +1,8 @@ +GNU cflow analyzes a collection of C source files and prints a graph, +charting control flow within the program. + +GNU cflow is able to produce both direct and inverted flowgraphs for C +sources. Optionally a cross-reference listing can be generated. Two +output formats are implemented: POSIX and GNU (extended). + +Input files can optionally be preprocessed before analyzing. |