dextool.plugin.frontend.graphml

Members

Classes

GraphMLFrontend
class GraphMLFrontend

Functions

pluginMain
ExitStatusType pluginMain(GraphMLFrontend variant, const string[] in_cflags, CompileCommandDB compile_db, InFiles in_files, Flag!"skipFileError" skipFileError)

TODO cleaner split between frontend and backend is needed. Move most of the logic to the backend and leave the error handling in the frontend. E.g. by using callbacks.

Meta

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)

This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Analyze C/C++ source code to generate a GraphML of the relations.

License

MPL-2