clang API Documentation
An unresolved conflict with another module. More...
#include <Module.h>

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 258 of file Basic/Module.h.
The (unresolved) module id.
Definition at line 260 of file Basic/Module.h.
| std::string clang::Module::UnresolvedConflict::Message |
The message provided to the user when there is a conflict.
Definition at line 263 of file Basic/Module.h.