clang 23.0.0git
clang::VerifyDiagnosticConsumer::ExpectedData Struct Reference

ExpectedData - owns directive objects and deletes on destructor. More...

#include "clang/Frontend/VerifyDiagnosticConsumer.h"

Public Member Functions

void Reset ()

Public Attributes

DirectiveList Errors
DirectiveList Warnings
DirectiveList Remarks
DirectiveList Notes

Detailed Description

ExpectedData - owns directive objects and deletes on destructor.

Definition at line 101 of file VerifyDiagnosticConsumer.h.

Member Function Documentation

◆ Reset()

void clang::VerifyDiagnosticConsumer::ExpectedData::Reset ( )
inline

Definition at line 107 of file VerifyDiagnosticConsumer.h.

References Errors, Notes, Remarks, and Warnings.

Member Data Documentation

◆ Errors

DirectiveList clang::VerifyDiagnosticConsumer::ExpectedData::Errors

◆ Notes

DirectiveList clang::VerifyDiagnosticConsumer::ExpectedData::Notes

◆ Remarks

DirectiveList clang::VerifyDiagnosticConsumer::ExpectedData::Remarks

◆ Warnings

DirectiveList clang::VerifyDiagnosticConsumer::ExpectedData::Warnings

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