clang-tools 19.0.0git
Classes | Namespaces | Functions
LLVMTidyModule.cpp File Reference
#include "../ClangTidy.h"
#include "../ClangTidyModule.h"
#include "../ClangTidyModuleRegistry.h"
#include "../readability/ElseAfterReturnCheck.h"
#include "../readability/NamespaceCommentCheck.h"
#include "../readability/QualifiedAutoCheck.h"
#include "HeaderGuardCheck.h"
#include "IncludeOrderCheck.h"
#include "PreferIsaOrDynCastInConditionalsCheck.h"
#include "PreferRegisterOverUnsignedCheck.h"
#include "TwineLocalCheck.h"

Go to the source code of this file.

Classes

class  clang::tidy::llvm_check::LLVMModule
 

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
 
namespace  clang::tidy
 
namespace  clang::tidy::llvm_check
 

Functions

static ClangTidyModuleRegistry::Add< LLVMModule > clang::tidy::llvm_check::X ("llvm-module", "Adds LLVM lint checks.")