reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CppCoreGuidelinesTidyModule.cpp
   45     CheckFactories.registerCheck<modernize::AvoidCArraysCheck>(
   47     CheckFactories.registerCheck<AvoidGotoCheck>(
   49     CheckFactories.registerCheck<readability::MagicNumbersCheck>(
   51     CheckFactories.registerCheck<modernize::UseOverrideCheck>(
   53     CheckFactories.registerCheck<InitVariablesCheck>(
   55     CheckFactories.registerCheck<InterfacesGlobalInitCheck>(
   57     CheckFactories.registerCheck<MacroUsageCheck>(
   59     CheckFactories.registerCheck<NarrowingConversionsCheck>(
   61     CheckFactories.registerCheck<NoMallocCheck>("cppcoreguidelines-no-malloc");
   62     CheckFactories.registerCheck<misc::NonPrivateMemberVariablesInClassesCheck>(
   64     CheckFactories.registerCheck<OwningMemoryCheck>(
   66     CheckFactories.registerCheck<ProBoundsArrayToPointerDecayCheck>(
   68     CheckFactories.registerCheck<ProBoundsConstantArrayIndexCheck>(
   70     CheckFactories.registerCheck<ProBoundsPointerArithmeticCheck>(
   72     CheckFactories.registerCheck<ProTypeConstCastCheck>(
   74     CheckFactories.registerCheck<ProTypeCstyleCastCheck>(
   76     CheckFactories.registerCheck<ProTypeMemberInitCheck>(
   78     CheckFactories.registerCheck<ProTypeReinterpretCastCheck>(
   80     CheckFactories.registerCheck<ProTypeStaticCastDowncastCheck>(
   82     CheckFactories.registerCheck<ProTypeUnionAccessCheck>(
   84     CheckFactories.registerCheck<ProTypeVarargCheck>(
   86     CheckFactories.registerCheck<SpecialMemberFunctionsCheck>(
   88     CheckFactories.registerCheck<SlicingCheck>("cppcoreguidelines-slicing");
   89     CheckFactories.registerCheck<misc::UnconventionalAssignOperatorCheck>(