clang-tools  5.0.0
Classes | Namespaces | Functions | Variables
HICPPTidyModule.cpp File Reference
#include "../ClangTidy.h"
#include "../ClangTidyModule.h"
#include "../ClangTidyModuleRegistry.h"
#include "../cppcoreguidelines/ProTypeMemberInitCheck.h"
#include "../cppcoreguidelines/SpecialMemberFunctionsCheck.h"
#include "../google/DefaultArgumentsCheck.h"
#include "../google/ExplicitConstructorCheck.h"
#include "../misc/NewDeleteOverloadsCheck.h"
#include "../misc/NoexceptMoveConstructorCheck.h"
#include "../misc/UndelegatedConstructor.h"
#include "../misc/UseAfterMoveCheck.h"
#include "../modernize/UseEqualsDefaultCheck.h"
#include "../modernize/UseEqualsDeleteCheck.h"
#include "../modernize/UseOverrideCheck.h"
#include "../readability/FunctionSizeCheck.h"
#include "../readability/IdentifierNamingCheck.h"
#include "NoAssemblerCheck.h"
Include dependency graph for HICPPTidyModule.cpp:

Go to the source code of this file.

Classes

class  clang::tidy::hicpp::HICPPModule
 

Namespaces

 clang
 
 clang::tidy
 
 clang::tidy::hicpp
 

Functions

static
ClangTidyModuleRegistry::Add
< HICPPModule > 
clang::tidy::hicpp::X ("hicpp-module","Adds High-Integrity C++ checks.")
 

Variables

volatile int clang::tidy::HICPPModuleAnchorSource = 0