clang API Documentation
A conflict between two modules. More...
#include <Module.h>

Public Attributes | |
| Module * | Other |
| The module that this module conflicts with. | |
| std::string | Message |
| The message provided to the user when there is a conflict. | |
A conflict between two modules.
Definition at line 271 of file Basic/Module.h.
| std::string clang::Module::Conflict::Message |
The message provided to the user when there is a conflict.
Definition at line 276 of file Basic/Module.h.
Referenced by clang::ASTReader::ReadAST(), and clang::ModuleMap::resolveConflicts().
The module that this module conflicts with.
Definition at line 273 of file Basic/Module.h.
Referenced by clang::ASTReader::ReadAST(), and clang::ModuleMap::resolveConflicts().