|
clang-tools 22.0.0git
|
Checks whether a thrown object is nothrow copy constructible. More...
#include <ExceptionCopyConstructorThrowsCheck.h>
Public Member Functions | |
| ExceptionCopyConstructorThrowsCheck (StringRef Name, ClangTidyContext *Context) | |
| bool | isLanguageVersionSupported (const LangOptions &LangOpts) const override |
| void | registerMatchers (ast_matchers::MatchFinder *Finder) override |
| void | check (const ast_matchers::MatchFinder::MatchResult &Result) override |
Checks whether a thrown object is nothrow copy constructible.
For the user-facing documentation see: https://clang.llvm.org/extra/clang-tidy/checks/bugprone/exception-copy-constructor-throws.html
Definition at line 20 of file ExceptionCopyConstructorThrowsCheck.h.
|
inline |
Definition at line 22 of file ExceptionCopyConstructorThrowsCheck.h.
|
override |
Definition at line 29 of file ExceptionCopyConstructorThrowsCheck.cpp.
|
inlineoverride |
Definition at line 24 of file ExceptionCopyConstructorThrowsCheck.h.
|
override |
Definition at line 17 of file ExceptionCopyConstructorThrowsCheck.cpp.