clang-tools 19.0.0git
Classes | Functions
clang::tidy::concurrency Namespace Reference

Classes

class  ConcurrencyModule
 
class  MtUnsafeCheck
 Checks that non-thread-safe functions are not used. More...
 
class  ThreadCanceltypeAsynchronousCheck
 Finds pthread_setcanceltype function calls where a thread's cancellation type is set to asynchronous. More...
 

Functions

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

Function Documentation

◆ hasAnyMtUnsafeNames()

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