clang 23.0.0git
clang::VerifyDiagnosticConsumer::ParsingState Struct Reference

#include "clang/Frontend/VerifyDiagnosticConsumer.h"

Public Attributes

DirectiveStatus Status
std::string FirstNoDiagnosticsDirective
bool AllDirectivesMatchExactlyOneDiag = true
bool WildcardsAreErroneouslyPresent = false

Detailed Description

Definition at line 122 of file VerifyDiagnosticConsumer.h.

Member Data Documentation

◆ AllDirectivesMatchExactlyOneDiag

bool clang::VerifyDiagnosticConsumer::ParsingState::AllDirectivesMatchExactlyOneDiag = true

Definition at line 125 of file VerifyDiagnosticConsumer.h.

◆ FirstNoDiagnosticsDirective

std::string clang::VerifyDiagnosticConsumer::ParsingState::FirstNoDiagnosticsDirective

Definition at line 124 of file VerifyDiagnosticConsumer.h.

◆ Status

DirectiveStatus clang::VerifyDiagnosticConsumer::ParsingState::Status

Definition at line 123 of file VerifyDiagnosticConsumer.h.

◆ WildcardsAreErroneouslyPresent

bool clang::VerifyDiagnosticConsumer::ParsingState::WildcardsAreErroneouslyPresent = false

Definition at line 126 of file VerifyDiagnosticConsumer.h.


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