|
clang-tools 22.0.0git
|
#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 "PreferStaticOverAnonymousNamespaceCheck.h"#include "TwineLocalCheck.h"#include "UseNewMLIROpBuilderCheck.h"#include "UseRangesCheck.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.") |