You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(c): add support for parsing #include directives
This commit adds support for parsing #include directives in the CAnalyser and CFullIdentListener classes. The includesDirective variable is used to store the list of included files, which is then passed to the CFullIdentListener constructor. The CFullIdentListener class now iterates over the includes list and adds CodeImport objects to the codeContainer.Imports list for each included file. This allows for better analysis of C code that includes other files.
0 commit comments