clang-tools 20.0.0git
Public Attributes | List of all members
clang::tidy::bugprone::UnsafeFunctionsCheck::CheckedFunction Struct Reference

#include <UnsafeFunctionsCheck.h>

Public Attributes

std::string Name
 
matchers::MatchesAnyListedNameMatcher::NameMatcher Pattern
 
std::string Replacement
 
std::string Reason
 

Detailed Description

Definition at line 36 of file UnsafeFunctionsCheck.h.

Member Data Documentation

◆ Name

std::string clang::tidy::bugprone::UnsafeFunctionsCheck::CheckedFunction::Name

Definition at line 37 of file UnsafeFunctionsCheck.h.

◆ Pattern

matchers::MatchesAnyListedNameMatcher::NameMatcher clang::tidy::bugprone::UnsafeFunctionsCheck::CheckedFunction::Pattern

Definition at line 38 of file UnsafeFunctionsCheck.h.

◆ Reason

std::string clang::tidy::bugprone::UnsafeFunctionsCheck::CheckedFunction::Reason

Definition at line 40 of file UnsafeFunctionsCheck.h.

◆ Replacement

std::string clang::tidy::bugprone::UnsafeFunctionsCheck::CheckedFunction::Replacement

Definition at line 39 of file UnsafeFunctionsCheck.h.


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