10 #include "../ClangTidy.h"
11 #include "../ClangTidyModule.h"
12 #include "../ClangTidyModuleRegistry.h"
22 namespace performance {
28 "performance-faster-string-find");
30 "performance-for-range-copy");
32 "performance-implicit-cast-in-loop");
34 "performance-unnecessary-copy-initialization");
36 "performance-unnecessary-value-param");
41 static ClangTidyModuleRegistry::Add<PerformanceModule>
42 X(
"performance-module",
"Adds performance checks.");
void registerCheck(StringRef CheckName)
Registers the CheckType with the name Name.
A collection of ClangTidyCheckFactory instances.
volatile int PerformanceModuleAnchorSource
A clang-tidy module groups a number of ClangTidyChecks and gives them a prefixed name.