9 #include "../ClangTidy.h" 10 #include "../ClangTidyModule.h" 11 #include "../ClangTidyModuleRegistry.h" 25 "zircon-temporary-objects");
30 static ClangTidyModuleRegistry::Add<ZirconModule>
31 X(
"zircon-module",
"Adds Zircon kernel checks.");
void registerCheck(StringRef CheckName)
Registers the CheckType with the name Name.
void addCheckFactories(ClangTidyCheckFactories &CheckFactories) override
Implement this function in order to register all CheckFactories belonging to this module...
A collection of ClangTidyCheckFactory instances.
This module is for Zircon-specific checks.
A clang-tidy module groups a number of ClangTidyChecks and gives them a prefixed name.
volatile int ZirconModuleAnchorSource
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
static ClangTidyModuleRegistry::Add< ZirconModule > X("zircon-module", "Adds Zircon kernel checks.")
Construction of specific temporary objects in the Zircon kernel is discouraged.