Skip to content

inline asm markup for C# #2331

@mikeweyandt

Description

@mikeweyandt

Ran into some markup around inline asm, and it looks like we're marking it up for C#, which I don't think is valid.

There is no asm keyword in C#, there are some parser tests that are created for it but they're just generated because it's caught in LANGUAGE_C_FAMILY

Current state:

asm();

produces

<asm>asm();</asm>

I believe, at least for this specific case, that the following is what we'd actually expect

<expr_stmt><expr><call><name>asm</name><argument_list>()</argument_list></call></expr>;</expr_stmt>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions