clang: clang::Module::UnresolvedConflict Struct Reference (original) (raw)

An unresolved conflict with another module. More...

#include "[clang/Basic/Module.h](Module%5F8h%5Fsource.html)"

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

An unresolved conflict with another module.

Definition at line 531 of file Module.h.

Id

ModuleId clang::Module::UnresolvedConflict::Id

The (unresolved) module id.

Definition at line 533 of file Module.h.

Message

std::string clang::Module::UnresolvedConflict::Message

The message provided to the user when there is a conflict.

Definition at line 536 of file Module.h.


The documentation for this struct was generated from the following file: