Checks for locations that do not throw by value.
More...
#include <ThrowByValueCatchByReferenceCheck.h>
Checks for locations that do not throw by value.
Definition at line 27 of file ThrowByValueCatchByReferenceCheck.h.
◆ ThrowByValueCatchByReferenceCheck()
clang::tidy::misc::ThrowByValueCatchByReferenceCheck::ThrowByValueCatchByReferenceCheck |
( |
StringRef | Name, |
|
|
ClangTidyContext * | Context ) |
◆ check()
void clang::tidy::misc::ThrowByValueCatchByReferenceCheck::check |
( |
const ast_matchers::MatchFinder::MatchResult & | Result | ) |
|
|
override |
◆ isLanguageVersionSupported()
bool clang::tidy::misc::ThrowByValueCatchByReferenceCheck::isLanguageVersionSupported |
( |
const LangOptions & | LangOpts | ) |
const |
|
inlineoverride |
◆ registerMatchers()
void clang::tidy::misc::ThrowByValueCatchByReferenceCheck::registerMatchers |
( |
ast_matchers::MatchFinder * | Finder | ) |
|
|
override |
◆ storeOptions()
The documentation for this class was generated from the following files: