|
clang-tools 22.0.0git
|
#include "../ClangTidy.h"#include "../ClangTidyModule.h"#include "../ClangTidyModuleRegistry.h"#include "AssertEqualsCheck.h"#include "AvoidNSErrorInitCheck.h"#include "DeallocInCategoryCheck.h"#include "ForbiddenSubclassingCheck.h"#include "MissingHashCheck.h"#include "NSDateFormatterCheck.h"#include "NSInvocationArgumentLifetimeCheck.h"#include "PropertyDeclarationCheck.h"#include "SuperSelfCheck.h"Go to the source code of this file.
Classes | |
| class | clang::tidy::objc::ObjCModule |
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::tidy |
| namespace | clang::tidy::objc |
Functions | |
| static ClangTidyModuleRegistry::Add< ObjCModule > | clang::tidy::objc::X ("objc-module", "Adds Objective-C lint checks.") |