24 "zircon-temporary-objects");
29static ClangTidyModuleRegistry::Add<ZirconModule>
30 X(
"zircon-module",
"Adds Zircon kernel checks.");
A collection of ClangTidyCheckFactory instances.
void registerCheck(llvm::StringRef CheckName)
Registers the CheckType with the name Name.
A clang-tidy module groups a number of ClangTidyChecks and gives them a prefixed name.
Construction of specific temporary objects in the Zircon kernel is discouraged.
This module is for Zircon-specific checks.
void addCheckFactories(ClangTidyCheckFactories &CheckFactories) override
Implement this function in order to register all CheckFactories belonging to this module.
static ClangTidyModuleRegistry::Add< ZirconModule > X("zircon-module", "Adds Zircon kernel checks.")
volatile int ZirconModuleAnchorSource