clang  3.9.0
Public Attributes | List of all members
clang::Module::Conflict Struct Reference

A conflict between two modules. More...

#include <Module.h>

Collaboration diagram for clang::Module::Conflict:
[legend]

Public Attributes

ModuleOther
 The module that this module conflicts with. More...
 
std::string Message
 The message provided to the user when there is a conflict. More...
 

Detailed Description

A conflict between two modules.

Definition at line 295 of file Basic/Module.h.

Member Data Documentation

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

The message provided to the user when there is a conflict.

Definition at line 300 of file Basic/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 297 of file Basic/Module.h.

Referenced by clang::ASTReader::ReadAST(), and clang::ModuleMap::resolveConflicts().


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