clang-tools 20.0.0git
|
#include "../ClangTidy.h"
#include "../ClangTidyModule.h"
#include "../ClangTidyModuleRegistry.h"
#include "MustCheckErrsCheck.h"
Go to the source code of this file.
Classes | |
class | clang::tidy::linuxkernel::LinuxKernelModule |
This module is for checks specific to the Linux kernel. More... | |
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::tidy |
namespace | clang::tidy::linuxkernel |
Functions | |
static ClangTidyModuleRegistry::Add< LinuxKernelModule > | clang::tidy::linuxkernel::X ("linux-module", "Adds checks specific to the Linux kernel.") |