|
clang-tools 22.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 | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::tidy |
| namespace | clang::tidy::performance |