9#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_PERFORMANCE_NOEXCEPTMOVECONSTRUCTORCHECK_H
10#define LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_PERFORMANCE_NOEXCEPTMOVECONSTRUCTORCHECK_H
34 DiagnosticBuilder reportMissingNoexcept(
const FunctionDecl *
FuncDecl)
final;
35 void reportNoexceptEvaluatedToFalse(
const FunctionDecl *
FuncDecl,
36 const Expr *NoexceptExpr)
final;
static constexpr const char FuncDecl[]