clang-tools
7.0.0
|
Classes | |
class | IncludeOrderCheck |
Checks the correct order of #includes . More... | |
class | LLVMHeaderGuardCheck |
Finds and fixes header guards that do not adhere to LLVM style. More... | |
class | LLVMModule |
class | TwineLocalCheck |
Looks for local Twine variables which are prone to use after frees and should be generally avoided. More... | |
Functions | |
static int | getPriority (StringRef Filename, bool IsAngled, bool IsMainModule) |
static ClangTidyModuleRegistry::Add< LLVMModule > | X ("llvm-module", "Adds LLVM lint checks.") |
|
static |
Definition at line 59 of file IncludeOrderCheck.cpp.
|
static |
Referenced by clang::tidy::llvm::LLVMModule::addCheckFactories().