Skip to content

Initial support for C and C++ #79

New issue

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

Open
1 of 36 tasks
rahlk opened this issue Jan 29, 2025 · 1 comment
Open
1 of 36 tasks

Initial support for C and C++ #79

rahlk opened this issue Jan 29, 2025 · 1 comment

Comments

@rahlk
Copy link
Collaborator

rahlk commented Jan 29, 2025

Implement Clang analysis methods to populate following C Model fields

Implement 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 #94
  • CAnalysis.get_call_graph_json #95
  • 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_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
@rahlk rahlk added the Epic label Jan 29, 2025
This was referenced Jan 29, 2025
@bridgetmcg
Copy link

@rahlk Can you add functionality to output the Call Graph to Json for C?

@rahlk rahlk removed the Epic label Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants