clang-tools 22.0.0git
llvm::yaml::ChecksVariant Struct Reference

Public Attributes

std::optional< std::string > AsString
std::optional< std::vector< std::string > > AsVector

Detailed Description

Definition at line 128 of file ClangTidyOptions.cpp.

Member Data Documentation

◆ AsString

std::optional<std::string> llvm::yaml::ChecksVariant::AsString

Definition at line 129 of file ClangTidyOptions.cpp.

Referenced by llvm::yaml::mapChecks(), and llvm::yaml::yamlize().

◆ AsVector

std::optional<std::vector<std::string> > llvm::yaml::ChecksVariant::AsVector

Definition at line 130 of file ClangTidyOptions.cpp.

Referenced by llvm::yaml::mapChecks(), and llvm::yaml::yamlize().


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