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

A conflict between two modules. More...

#include "clang/Basic/Module.h"

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

Member Data Documentation

◆ Message

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

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

Definition at line 492 of file Module.h.

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

◆ Other

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

The module that this module conflicts with.

Definition at line 489 of file Module.h.

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


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