clang-tools 22.0.0git
|
#include <ClangTidyOptions.h>
Public Attributes | |
std::string | BindName |
std::string | Message |
std::optional< DiagnosticIDs::Level > | Level |
Definition at line 133 of file ClangTidyOptions.h.
std::string clang::tidy::ClangTidyOptions::CustomCheckDiag::BindName |
Definition at line 134 of file ClangTidyOptions.h.
std::optional<DiagnosticIDs::Level> clang::tidy::ClangTidyOptions::CustomCheckDiag::Level |
Definition at line 136 of file ClangTidyOptions.h.
std::string clang::tidy::ClangTidyOptions::CustomCheckDiag::Message |
Definition at line 135 of file ClangTidyOptions.h.