clang-tools 22.0.0git
CopyConstructorMutatesArgumentCheck.cpp File Reference
#include "CopyConstructorMutatesArgumentCheck.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"

Go to the source code of this file.

Namespaces

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

Variables

static constexpr llvm::StringLiteral clang::tidy::bugprone::SourceDeclName = "ChangedPVD"
static constexpr llvm::StringLiteral clang::tidy::bugprone::MutatingOperatorName = "MutatingOp"
static constexpr llvm::StringLiteral clang::tidy::bugprone::MutatingCallName = "MutatingCall"