clang-tools  3.9.0
Classes | Functions
clang::tidy::performance Namespace Reference

Classes

class  FasterStringFindCheck
 Optimize calls to std::string::find() and friends when the needle passed is a single character string literal. More...
 
class  ForRangeCopyCheck
 A check that detects copied loop variables and suggests using const references. More...
 
class  ImplicitCastInLoopCheck
 
class  PerformanceModule
 
class  UnnecessaryCopyInitialization
 
class  UnnecessaryValueParamCheck
 A check that flags value parameters of expensive to copy types that can safely be converted to const references. More...
 

Functions

static
ClangTidyModuleRegistry::Add
< PerformanceModule
X ("performance-module","Adds performance checks.")
 

Function Documentation

static ClangTidyModuleRegistry::Add<PerformanceModule> clang::tidy::performance::X ( "performance-module"  ,
"Adds performance checks."   
)
static