clang-tools 20.0.0git
|
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) |
|
static |
Definition at line 279 of file MtUnsafeCheck.cpp.
References clang::tidy::concurrency::MtUnsafeCheck::Any, clang::tidy::concurrency::MtUnsafeCheck::Glibc, GlibcFunctions, clang::tidy::concurrency::MtUnsafeCheck::Posix, and PosixFunctions.
Referenced by clang::tidy::concurrency::MtUnsafeCheck::registerMatchers().