9#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_PERFORMANCE_NOEXCEPTMOVECONSTRUCTORCHECK_H
10#define LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_PERFORMANCE_NOEXCEPTMOVECONSTRUCTORCHECK_H
12#include "../ClangTidyCheck.h"
35 reportMissingNoexcept(
const FunctionDecl *
FuncDecl)
final override;
36 void reportNoexceptEvaluatedToFalse(
const FunctionDecl *
FuncDecl,
37 const Expr *NoexceptExpr)
final override;
static constexpr const char FuncDecl[]