reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clang-tidy/performance/PerformanceTidyModule.cpp
   32     CheckFactories.registerCheck<FasterStringFindCheck>(
   34     CheckFactories.registerCheck<ForRangeCopyCheck>(
   36     CheckFactories.registerCheck<ImplicitConversionInLoopCheck>(
   38     CheckFactories.registerCheck<InefficientAlgorithmCheck>(
   40     CheckFactories.registerCheck<InefficientStringConcatenationCheck>(
   42     CheckFactories.registerCheck<InefficientVectorOperationCheck>(
   44     CheckFactories.registerCheck<MoveConstArgCheck>(
   46     CheckFactories.registerCheck<MoveConstructorInitCheck>(
   48     CheckFactories.registerCheck<NoexceptMoveConstructorCheck>(
   50     CheckFactories.registerCheck<TypePromotionInMathFnCheck>(
   52     CheckFactories.registerCheck<UnnecessaryCopyInitialization>(
   54     CheckFactories.registerCheck<UnnecessaryValueParamCheck>(