clang-tools 22.0.0git
clang::tidy::OptionEnumMapping< T > Struct Template Reference

This class should be specialized by any enum type that needs to be converted to and from an llvm::StringRef. More...

#include <ClangTidyCheck.h>

Inheritance diagram for clang::tidy::OptionEnumMapping< T >:
[legend]

Static Public Member Functions

static ArrayRef< std::pair< T, StringRef > > getEnumMapping ()=delete

Detailed Description

template<class T>
struct clang::tidy::OptionEnumMapping< T >

This class should be specialized by any enum type that needs to be converted to and from an llvm::StringRef.

Definition at line 29 of file ClangTidyCheck.h.

Member Function Documentation

◆ getEnumMapping()


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