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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Graph Changes
Changed
A definition edge for fields as not only methods can have definitions and declarations.
API Changes
Changed
Moving Declarations to .graph.declarations, statements to .graph.statements and expressions to .graph.statement.expressions for easier overview of the whole CPG structure.
Introduces a new configuration options for so called "unity" builds, combine all translation units together into one to reduce the amount of headers that need to be processed.
Adds a DefinitionHolder Interface for Nodes to implement that then have to customize where Declarations are added over addDeclaration.