clang  5.0.0
Public Attributes | List of all members
clang::Module::UnresolvedConflict Struct Reference

An unresolved conflict with another module. More...

#include "clang/Basic/Module.h"

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

Public Attributes

ModuleId Id
 The (unresolved) module id. More...
 
std::string Message
 The message provided to the user when there is a conflict. More...
 

Detailed Description

An unresolved conflict with another module.

Definition at line 320 of file Module.h.

Member Data Documentation

ModuleId clang::Module::UnresolvedConflict::Id

The (unresolved) module id.

Definition at line 322 of file Module.h.

std::string clang::Module::UnresolvedConflict::Message

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

Definition at line 325 of file Module.h.


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