clang-tools 22.0.0git
ClangTidyOptions::CustomCheckDiag Struct Reference

#include <ClangTidyOptions.h>

Public Attributes

std::string BindName
std::string Message
std::optional< DiagnosticIDs::Level > Level

Detailed Description

Definition at line 133 of file ClangTidyOptions.h.

Member Data Documentation

◆ BindName

std::string clang::tidy::ClangTidyOptions::CustomCheckDiag::BindName

Definition at line 134 of file ClangTidyOptions.h.

◆ Level

std::optional<DiagnosticIDs::Level> clang::tidy::ClangTidyOptions::CustomCheckDiag::Level

Definition at line 136 of file ClangTidyOptions.h.

◆ Message

std::string clang::tidy::ClangTidyOptions::CustomCheckDiag::Message

Definition at line 135 of file ClangTidyOptions.h.


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