We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CompilationDatabase
CTypeDef
CEnum
CMacro
CStrut
CFunctionPointer
CAnalysis
CAnalysis.get_c_application
CAnalysis.get_imports
CAnalysis.get_variables
CAnalysis.get_application_view
CAnalysis.get_symbol_table
CAnalysis.get_compilation_units
CAnalysis.get_call_graph
CAnalysis.get_call_graph_json
CAnalysis.get_callers
CAnalysis.get_callees
CAnalysis.get_functions
CAnalysis.get_function
CAnalysis.get_C_file
CAnalysis.get_C_compilation_unit
CAnalysis.get_functions_in_file
CAnalysis.get_macros
CAnalysis.get_macros_in_file
CAnalysis.get_includes
CAnalysis.get_includes_in_file
CAnalysis.get_typedefs
CAnalysis.get_typedefs_in_file
CAnalysis.get_structs
CAnalysis.get_structs_in_file
CAnalysis.get_enums
CAnalysis.get_enums_in_file
CAnalysis.get_globals
The text was updated successfully, but these errors were encountered:
@rahlk Can you add functionality to output the Call Graph to Json for C?
Sorry, something went wrong.
No branches or pull requests
CompilationDatabase
#87Implement Clang analysis methods to populate following C Model fields
CTypeDef
#89CEnum
#90CMacro
#91CStrut
#92CFunctionPointer
#93Implement
CAnalysis
accessors:CAnalysis.get_c_application
CAnalysis.get_imports
CAnalysis.get_variables
CAnalysis.get_application_view
CAnalysis.get_symbol_table
CAnalysis.get_compilation_units
CAnalysis.get_call_graph
#94CAnalysis.get_call_graph_json
#95CAnalysis.get_callers
CAnalysis.get_callees
CAnalysis.get_functions
CAnalysis.get_function
CAnalysis.get_C_file
CAnalysis.get_C_compilation_unit
CAnalysis.get_functions_in_file
CAnalysis.get_macros
CAnalysis.get_macros_in_file
CAnalysis.get_includes
CAnalysis.get_includes_in_file
CAnalysis.get_macros
CAnalysis.get_macros_in_file
CAnalysis.get_typedefs
CAnalysis.get_typedefs_in_file
CAnalysis.get_structs
CAnalysis.get_structs_in_file
CAnalysis.get_enums
CAnalysis.get_enums_in_file
CAnalysis.get_globals
The text was updated successfully, but these errors were encountered: