Skip to content

Removing empty argument list fallback breaks objective-c test. #1786

Open
@emilio

Description

@emilio

CC @simlay

In #1781 I added a fallback path to the usual "grab the argument names" code:

args_from_ty_and_cursor(&ty, &cursor, ctx)

I found a better way to handle the original test-case (#1785), but the objective-c test that #1781 fixed is still not fixed by that.

I took a look at the clang ast (with --emit-clang-ast) and the arguments don't seem to be exposed there, so this probably needs libclang changes.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions