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

A conflict between two modules. More...

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

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 515 of file Module.h.

Message

std::string clang::Module::Conflict::Message

Other

Module* clang::Module::Conflict::Other


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