Skip to content

Functions without a return statements should not be checked #166

Open
@john-h-kastner

Description

@john-h-kastner

We currently mark functions without a return statement as checked. For example

int *test(){ }

is converted to

_Ptr<int> test(void){ }

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions