Skip to content

Check C++ types with the same identifiers #14

Description

@tianxiaogu

We assume that all C++ types with the same identifier have the same definition among all input files.
This assumption is taken without any check. We need to carefully check this assumption if possible.

// foo.h
class C {
  int i;
};
// bar.h
class C {
 std::string s;
};

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