9#include "../ClangTidy.h"
10#include "../ClangTidyModule.h"
11#include "../ClangTidyModuleRegistry.h"
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.
volatile int ZirconModuleAnchorSource