Skip to content

How to mark anonymous entities as implementation defined #1054

@mizvekov

Description

@mizvekov

For a test case such as:

extern struct { int a; }
  /// A test variable named 'y'
  y;

How to mark the unnamed class as implementation defined?
Right now, this requires adding an entry to the configuration with the name of the class.

We could either:

  • Give the class a legible name and make this work with that.
  • Support some kind of marker attached to the class, such as: /// implementation-defined
  • Require the user to provide a name in this case.

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