Tool to generate flowcharts for C sources
http://www.gnu.org/software/cflow
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.
Authors:
--------
Sergey Poznyakoff
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / cflow
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:tools/cflow && cd $_
- Create Badge
Refresh
Refresh
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
cflow-1.7.tar.xz | 0000727604 711 KB | |
cflow-1.7.tar.xz.sig | 0000000181 181 Bytes | |
cflow.changes | 0000003329 3.25 KB | |
cflow.keyring | 0000018261 17.8 KB | |
cflow.spec | 0000002076 2.03 KB |
Latest Revision
Martin Pluskal (pluskalm)
accepted
request 943855
from
Dirk Mueller (dirkmueller)
(revision 11)
- update to 1.7: * Multiple start functions are allowed * New option --target=FUNCTION * New output format: dot The '-f dot' (or '--format=dot') option instructs cflow to output graph as a description in DOT language, suitable as input to graphviz programs. * Bugfixes: ** CVE-2019-16165 ** CVE-2019-16166 ** Fix parsing of K&R style function declarations ** Improve parsing of typecasts ** Fix recursive call detection
Comments 0