clang-tools 22.0.0git
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()

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