codepropertygraph icon indicating copy to clipboard operation
codepropertygraph copied to clipboard

REF edges missing from struct field assignments

Open m1cm1c opened this issue 4 years ago • 0 comments

When assigning a value to a struct's field (foobarInstance.foo = 51;), the corresponding part of the AST looks like this:

There neither is a REF edge to the corresponding MEMBER node nor a REF edge to the definition of struct's instance (e.g. to a corresponding LOCAL node).

m1cm1c avatar Dec 15 '20 15:12 m1cm1c