clang-tools 22.0.0git
MoveConstArgCheck.cpp File Reference
#include "MoveConstArgCheck.h"
#include "clang/Lex/Lexer.h"

Go to the source code of this file.

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
namespace  clang::tidy
namespace  clang::tidy::performance

Functions

static void clang::tidy::performance::replaceCallWithArg (const CallExpr *Call, DiagnosticBuilder &Diag, const SourceManager &SM, const LangOptions &LangOpts)
static bool clang::tidy::performance::isRValueReferenceParam (const Expr *Invocation, const QualType *InvocationParmType, const Expr *Arg)