clang-tools
15.0.0git
|
#include "../ClangTidyCheck.h"
#include "../utils/IncludeInserter.h"
#include "clang/Analysis/Analyses/ExprMutationAnalyzer.h"
Go to the source code of this file.
Classes | |
class | clang::tidy::performance::UnnecessaryValueParamCheck |
A check that flags value parameters of expensive to copy types that can safely be converted to const references. More... | |
Namespaces | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::tidy | |
clang::tidy::performance | |