clang API Documentation

Public Attributes
clang::Module::UnresolvedConflict Struct Reference

An unresolved conflict with another module. More...

#include <Module.h>

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

List of all members.

Public Attributes

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

Detailed Description

An unresolved conflict with another module.

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


Member Data Documentation

The (unresolved) module id.

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

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

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


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