Analyzes OpenMP Structured Blocks and checks that no exception escapes out of the Structured Block it was thrown in.
More...
#include <ExceptionEscapeCheck.h>
Analyzes OpenMP Structured Blocks and checks that no exception escapes out of the Structured Block it was thrown in.
For the user-facing documentation see: https://clang.llvm.org/extra/clang-tidy/checks/openmp/exception-escape.html
Definition at line 22 of file openmp/ExceptionEscapeCheck.h.
◆ ExceptionEscapeCheck()
clang::tidy::openmp::ExceptionEscapeCheck::ExceptionEscapeCheck |
( |
StringRef | Name, |
|
|
ClangTidyContext * | Context ) |
◆ check()
void clang::tidy::openmp::ExceptionEscapeCheck::check |
( |
const ast_matchers::MatchFinder::MatchResult & | Result | ) |
|
|
override |
◆ isLanguageVersionSupported()
bool clang::tidy::openmp::ExceptionEscapeCheck::isLanguageVersionSupported |
( |
const LangOptions & | LangOpts | ) |
const |
|
inlineoverride |
◆ registerMatchers()
void clang::tidy::openmp::ExceptionEscapeCheck::registerMatchers |
( |
ast_matchers::MatchFinder * | Finder | ) |
|
|
override |
◆ storeOptions()
The documentation for this class was generated from the following files: