Skip to content

Store location with each extracted object for error messages #9

@anderslanglands

Description

@anderslanglands

Currently the translation layer has no access to the location of the original decls. Need to add a

struct Location {
    std::string filename;
    int line;
    int col;
};

or similar to each that would be filled during extraction in order to be able to point users to where a decl came from in case of error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions