Checker for signal handler functions.
More...
#include <SignalHandlerCheck.h>
Checker for signal handler functions.
For the user-facing documentation see: https://clang.llvm.org/extra/clang-tidy/checks/bugprone/signal-handler.html
Definition at line 23 of file SignalHandlerCheck.h.
◆ AsyncSafeFunctionSetKind
◆ SignalHandlerCheck()
clang::tidy::bugprone::SignalHandlerCheck::SignalHandlerCheck |
( |
StringRef | Name, |
|
|
ClangTidyContext * | Context ) |
◆ check()
void clang::tidy::bugprone::SignalHandlerCheck::check |
( |
const ast_matchers::MatchFinder::MatchResult & | Result | ) |
|
|
override |
◆ isLanguageVersionSupported()
bool clang::tidy::bugprone::SignalHandlerCheck::isLanguageVersionSupported |
( |
const LangOptions & | LangOpts | ) |
const |
|
override |
◆ registerMatchers()
void clang::tidy::bugprone::SignalHandlerCheck::registerMatchers |
( |
ast_matchers::MatchFinder * | Finder | ) |
|
|
override |
◆ storeOptions()
The documentation for this class was generated from the following files: