|
clang-tools 22.0.0git
|
#include "SignalHandlerCheck.h"#include "clang/ASTMatchers/ASTMatchFinder.h"#include "llvm/ADT/DepthFirstIterator.h"#include "llvm/ADT/STLExtras.h"Go to the source code of this file.
Classes | |
| struct | clang::tidy::OptionEnumMapping< bugprone::SignalHandlerCheck::AsyncSafeFunctionSetKind > |
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::tidy |
| namespace | clang::tidy::bugprone |
Functions | |
| static bool | clang::tidy::bugprone::isStandardFunction (const FunctionDecl *FD) |
| Returns if a function is declared inside a system header. | |
| static bool | clang::tidy::bugprone::isCXXOnlyStmt (const Stmt *S) |
| Check if a statement is "C++-only". | |
| static Expr * | clang::tidy::bugprone::findCallExpr (const CallGraphNode *Caller, const CallGraphNode *Callee) |
Given a call graph node of a Caller function and a Callee that is called from Caller, get a CallExpr of the corresponding function call. | |
| static SourceRange | clang::tidy::bugprone::getSourceRangeOfStmt (const Stmt *S, ASTContext &Ctx) |
Variables | |
| constexpr llvm::StringLiteral | MinimalConformingFunctions [] |
| constexpr llvm::StringLiteral | POSIXConformingFunctions [] |
|
constexpr |
Definition at line 16 of file SignalHandlerCheck.cpp.
Referenced by clang::tidy::bugprone::SignalHandlerCheck::SignalHandlerCheck().
|
constexpr |
Definition at line 28 of file SignalHandlerCheck.cpp.
Referenced by clang::tidy::bugprone::SignalHandlerCheck::SignalHandlerCheck().