clang-tools 19.0.0git
Classes | Namespaces | Functions | Variables
MtUnsafeCheck.cpp File Reference
#include "MtUnsafeCheck.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"

Go to the source code of this file.

Classes

struct  clang::tidy::OptionEnumMapping< concurrency::MtUnsafeCheck::FunctionSet >
 

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
 
namespace  clang::tidy
 
namespace  clang::tidy::concurrency
 

Functions

static ast_matchers::internal::Matcher< clang::NamedDecl > clang::tidy::concurrency::hasAnyMtUnsafeNames (MtUnsafeCheck::FunctionSet Libc)
 

Variables

static const clang::StringRef GlibcFunctions []
 
static const clang::StringRef PosixFunctions []
 

Variable Documentation

◆ GlibcFunctions

const clang::StringRef GlibcFunctions[]
static

Definition at line 16 of file MtUnsafeCheck.cpp.

Referenced by clang::tidy::concurrency::hasAnyMtUnsafeNames().

◆ PosixFunctions

const clang::StringRef PosixFunctions[]
static

Definition at line 176 of file MtUnsafeCheck.cpp.

Referenced by clang::tidy::concurrency::hasAnyMtUnsafeNames().