Skip to content

'sizeof(x)' is parsed differently from 'sizeof x' #152

@clccc

Description

@clccc

There is a "USE" edge from argument 'sizeof y' to symbol-node 'y' in the graph of 'memcpy ( x , y , sizeof y )'.
But there is not a "USE" edge from argument 'sizeof ( y )' to symbol-node 'y' in the graph of 'memcpy ( x , y , sizeof (y))'.
Could you fix it? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions