clang 20.0.0git
|
A conflict between two modules. More...
#include "clang/Basic/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. | |
std::string clang::Module::Conflict::Message |
The message provided to the user when there is a conflict.
Definition at line 493 of file Module.h.
Referenced by clang::ASTReader::ReadAST(), and clang::ModuleMap::resolveConflicts().
Module* clang::Module::Conflict::Other |
The module that this module conflicts with.
Definition at line 490 of file Module.h.
Referenced by clang::ASTReader::ReadAST(), and clang::ModuleMap::resolveConflicts().