struct Module::UnresolvedConflict

Declaration

struct Module::UnresolvedConflict { /* full declaration omitted */ };

Description

An unresolved conflict with another module.

Declared at: clang/include/clang/Basic/Module.h:415

Member Variables

public clang::ModuleId Id
The (unresolved) module id.
public std::string Message
The message provided to the user when there is a conflict.