clang API Documentation

Public Attributes
clang::Module::Conflict Struct Reference

A conflict between two modules. More...

#include <Module.h>

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

List of all members.

Public Attributes

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

Detailed Description

A conflict between two modules.

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


Member Data Documentation

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().


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