|
clang-tools 22.0.0git
|
#include "../ClangTidy.h"#include "../ClangTidyModule.h"#include "../ClangTidyModuleRegistry.h"#include "../readability/BracesAroundStatementsCheck.h"#include "../readability/FunctionSizeCheck.h"#include "../readability/NamespaceCommentCheck.h"#include "AvoidCStyleCastsCheck.h"#include "AvoidNSObjectNewCheck.h"#include "AvoidThrowingObjCExceptionCheck.h"#include "AvoidUnderscoreInGoogletestNameCheck.h"#include "DefaultArgumentsCheck.h"#include "ExplicitConstructorCheck.h"#include "ExplicitMakePairCheck.h"#include "FloatTypesCheck.h"#include "FunctionNamingCheck.h"#include "GlobalNamesInHeadersCheck.h"#include "GlobalVariableDeclarationCheck.h"#include "IntegerTypesCheck.h"#include "OverloadedUnaryAndCheck.h"#include "TodoCommentCheck.h"#include "UnnamedNamespaceInHeaderCheck.h"#include "UpgradeGoogletestCaseCheck.h"#include "UsingNamespaceDirectiveCheck.h"Go to the source code of this file.
Classes | |
| class | clang::tidy::google::GoogleModule |
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::tidy |
| namespace | clang::tidy::google |
Functions | |
| static ClangTidyModuleRegistry::Add< GoogleModule > | clang::tidy::google::X ("google-module", "Adds Google lint checks.") |