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