clang-tools 22.0.0git
MtUnsafeCheck.cpp File Reference
#include "MtUnsafeCheck.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 15 of file MtUnsafeCheck.cpp.

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

◆ PosixFunctions

const clang::StringRef PosixFunctions[]
static

Definition at line 174 of file MtUnsafeCheck.cpp.

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