struct Module::Conflict
Declaration
struct Module::Conflict { /* full declaration omitted */ };
Description
A conflict between two modules.
Declared at: clang/include/clang/Basic/Module.h:428
Member Variables
- public clang::Module* Other
- The module that this module conflicts with.
- public std::string Message
- The message provided to the user when there is a conflict.