clang-tools
5.0.0
|
#include "../ClangTidy.h"
#include "../ClangTidyModule.h"
#include "../ClangTidyModuleRegistry.h"
#include "../readability/BracesAroundStatementsCheck.h"
#include "../readability/FunctionSizeCheck.h"
#include "../readability/NamespaceCommentCheck.h"
#include "../readability/RedundantSmartptrGetCheck.h"
#include "AvoidCStyleCastsCheck.h"
#include "DefaultArgumentsCheck.h"
#include "ExplicitConstructorCheck.h"
#include "ExplicitMakePairCheck.h"
#include "GlobalNamesInHeadersCheck.h"
#include "IntegerTypesCheck.h"
#include "NonConstReferences.h"
#include "OverloadedUnaryAndCheck.h"
#include "StringReferenceMemberCheck.h"
#include "TodoCommentCheck.h"
#include "UnnamedNamespaceInHeaderCheck.h"
#include "UsingNamespaceDirectiveCheck.h"
Go to the source code of this file.
Classes | |
class | clang::tidy::google::GoogleModule |
Namespaces | |
clang | |
clang::tidy | |
clang::tidy::google | |
Functions | |
static ClangTidyModuleRegistry::Add < GoogleModule > | clang::tidy::google::X ("google-module","Adds Google lint checks.") |
Variables | |
volatile int | clang::tidy::GoogleModuleAnchorSource = 0 |